sqlx
SQL toolkit
An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases.
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
13k stars
62 watching
1k forks
Language: Rust
last commit: 10 days ago
Linked from 1 awesome list
asyncawaitmariadbmysqlpostgrespostgresqlrustsqlsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
rusqlite/rusqlite | An ergonomic wrapper for using SQLite from Rust. | 3,198 |
kipdata/fncksql | An in-language SQL database that enables direct function calls for high-performance data access | 565 |
rbatis/rbatis | An ORM that compiles dynamic SQL at compile time, balancing performance and robustness for efficient database interactions. | 2,297 |
diesel-rs/diesel | A Rust-based, type-safe ORM and query builder library for various databases | 12,761 |
jasonshin/sqlx-ts | Tool for compile-time checked queries with type generation | 185 |
sqlcipher/sqlcipher | A standalone fork of SQLite with added encryption and security features | 6,267 |
erikgrinaker/toydb | A distributed, educational, in-memory relational database project built with Rust to demonstrate its architecture and concepts. | 6,233 |
orbitinghail/sqlsync | A collaborative offline-first wrapper around SQLite designed to synchronize web application state between users and devices. | 2,377 |
seaql/sea-query | A query builder to help construct dynamic SQL queries in Rust. | 1,195 |
tobymao/sqlglot | A comprehensive SQL parser and transpiler for multiple dialects | 6,745 |
theseus-rs/rsql | A command-line interface for interacting with various relational databases | 127 |
seaql/sea-orm | An async and dynamic ORM (Object-Relational Mapping) tool for building web services in Rust. | 7,373 |
graphql-rust/juniper | A GraphQL server library written in Rust | 5,712 |
jmoiron/sqlx | An extension to Go's standard database/sql library, adding features like parameterized queries and row marshaling. | 16,266 |
jayy-lmao/rust-graphql-docker | A containerized Rust GraphQL API with dataloaders and actix-web for managing a simple cult database. | 94 |