gosqlparser
gosqlparser copied to clipboard
Simple SQL parser
Results
1
gosqlparser issues
Sort by
recently updated
recently updated
newest added
Some SQL engines like SQLite allow strings to be enclosed in single quotes, like this: SELECT c1 FROM t1 WHERE c2 == 'ID2' Could we add support for this in...