chaindexing-rs
chaindexing-rs copied to clipboard
Add SQL parser
This will help guide users when they have written an invalid SQL syntax. To stay language agnostic, it must be runtime-based. Eventually, after most libraries have been built, we can expose an extra macro, or even sqlx's parser, to be used at compile time.