Re: [go-nuts] Looking for a SQLite statement parser

2024-12-02 Thread 'Jacob Shandling' via golang-nuts
tlr/grammars-v4 (sqlite is in there) Cheers, Julian On Tue, 26 Nov 2024 at 05:44, 'Jacob Shandling' via golang-nuts < golan...@googlegroups.com> wrote: *> parse the SQLite command, create an AST* Hello Mr. O'Toole, This is precisely the task I am looking to carry o

Re: [go-nuts] Looking for a SQLite statement parser

2024-11-25 Thread &#x27;Jacob Shandling&#x27; via golang-nuts
*> parse the SQLite command, create an AST* Hello Mr. O'Toole, This is precisely the task I am looking to carry out, followed by walking the AST. Did you ever end up finding a good Go parser for SQLite, or building one yourself? I see your rqlite/sql