-
Notifications
You must be signed in to change notification settings - Fork 805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support crawshaw.io/sqlite? #405
Comments
Hi @josharian, just a quick comment in case you had not yet seen #161, including #161 (comment), which mentions a parser is likely largest blocker, as well as follow-up about possibly using ANTLR for the parsing in In any event, I realize you have a more specific issue here, but wanted to at least link the issues. |
And... catching myself up, there is also merged PR #331 But I will stop there, given I believe you in fact know how to use GitHub 😄 |
modernc.org/sqlite is a Go sqlite port, which presumably contains a SQLite parser. :) Maybe it could be extracted and reused? |
Closing as a duplicate of #161 |
I’d love to use sqlc. I’d need to do an incremental migration to it, though, and my existing codebase uses https://godoc.org/crawshaw.io/sqlite for sqlite.
So I thought I’d suggest it as a possible feature, if it fits ok into the existing code infrastructure.
Unfortunately I can’t realistically volunteer to do the work...so this is me being one of Those People. Sorry. And thanks!
The text was updated successfully, but these errors were encountered: