sqlparser-rs / sqlparser-rs

Extensible SQL Lexer and Parser for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to donate to sqlparser-rs? Would be happy to contribute.

louisjoecodes opened this issue Β· comments

Hey πŸ‘‹ We are big fans of sqlparser-rs in our internal tooling and would be happy to donate. Is there an options for this currently?

Sure -- thank you @louisjoecodes

https://github.com/sqlparser-rs/sqlparser-rs?tab=readme-ov-file#contributing describes the process and what types of things we accept

The biggest challenge is review bandwidth -- so anything you can do to help review PRs (e.g. check that they have tests, conform to the rest of the codebase, etc) would be super helpful

Sorry I also meant more financial donations, also happy to get one of our outsourced engineers to take a look at PRs

Sorry I also meant more financial donations, also happy to get one of our outsourced engineers to take a look at PRs

Thanks @louisjoecodes -- as it turns out this project currently has no financial resources (nor an entity that could accept them). I currently maintain it with a small amount of my time (paid for by InfluxData) as it is used for DataFusion, a project we rely on.

We have had some discussions of officially moving this crate into an apache project, which would provide a more direct way for people to contribute.

In the interim, reviewing PRs would be most helpful πŸ™

Awesome thanks so much for this πŸ™ - We are building an open source Rust SQL Linter which might be of interest in the mean time :)

https://github.com/quarylabs/sqruff/tree/main