nf-sqldb
nf-sqldb copied to clipboard
Add `trailingSemicolon` option
Close #16
I wonder if a semicolon is needed for a single SQL statement. May it can just be removed
I know that MySQL expects it, because of how many times it complained to me in the mysql shell 😆
I would be fine with removing it or adding this option to disable it. Because we aim to support any SQL-like backend, we should not try to adjust the query to fit any particular syntax, or at least we should make the adjustment optional.