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
- feat(extension/postgres): PostGIS spatial functions and geo-types integration
- feat(index): add Gin and Gist variants to IndexType and helper methods
- feat(types): add CrossJoinLateral and LeftJoinLateral to JoinType
- feat(extension/postgres): add add_value_if_not_exists helper to TypeAlterStatement
- fix(backend/postgres): emit USING clause directly after TYPE in modify_column (#1099)
- Add window functions (ROW_NUMBER, RANK, LEAD, LAG, ...) to Func
- Add MySQL -> and ->> JSON field operators
- (PG) `using()` combined with `not_null()` emits invalid SQL β USING placed after SET NOT NULL
- Make sea-query-sqlx return a `SqlSafeStr`
- Add support for adding and modifying comments on PostgreSQL tabβ¦
- Docs
- Rust not yet supported