freshtonic commented on issue #934: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/934#issuecomment-2784915821
@ryb73 I built `sqltk` on top of `sqlparser` which provides an alternate take on the `Visitor` trait. You can find it here [`sqltk`](https://crates.io/crates/sqltk). Note that the docs building currently fails on docs.rs due to very clunky build step to work around being unable to derive traits for foreign types in Rust. The workaround I'm considering is to fork `sqlparser` as `sqltk-parser` in the workspace (which gratuitous credit given) and maintain compatibility with upstream `sqlparser`. We're using it in production at CipherStash so it's "production ready" in that sense but we'd appreciate some community feedback and PRs to fix/improve it :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org