sea-query
https://github.com/seaql/sea-query
Rust
🌊 A dynamic SQL query builder for MySQL, Postgres and SQLite
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported0 Subscribers
Add a CodeTriage badge to sea-query
Help out
- Issues
- Support postgres Array constructor as function
- Iden all columns
- Resolving `IndexCreateStatement` not generating a valid query when no name is provided
- feat: implement backend compatible with Google Bigquery
- Add support for `get_json_field` and `cast_json_field` for all backends
- Support delete with join `DELETE alias FROM tbl alias JOIN other_tbl ...`
- Add support for key length in MySQL
- Add support for PostgreSQL's geometric point type
- Support `JOIN`s in `UpdateStatement` (`join_subquery`, `inner_join`, etc.)
- Support window functions like `LEAD(...) OVER (...)` and `LAG(...) OVER (...)` (and others)
- Docs
- Rust not yet supported