Tarantol SQL grammar online editor/tester #9201
mingodad
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just added
tarantool/src/box/sql/parse.y
to https://mingodad.github.io/parsertl-playground/playground/ anYacc/Lex
compatible online editor/tester (selectTarantol SQL parser (partially working)
fromExamples
then clickParse
to see a parser tree for the content inInput source
editor).I hope it can help debug/develop/test/document this project SQL grammar.
Comparing it with
SQLite3
(also there) I've noticed thatsqlite3
acceptsBEGIN
orBEGIN TRANSACTION
to start a transaction buttarantol
onlySTART TRANSACTION
(no shortcut).Any feedback is welcome !
Beta Was this translation helpful? Give feedback.
All reactions