diesel
DB library
A Rust-based, type-safe ORM and query builder library for various databases
A safe, extensible ORM and Query Builder for Rust
13k stars
110 watching
1k forks
Language: Rust
last commit: 6 days ago
Linked from 2 awesome lists
mysqlormpostgresqlquery-builderrustsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
launchbadge/sqlx | An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases. | 13,470 |
kipdata/fncksql | An in-language SQL database that enables direct function calls for high-performance data access | 565 |
erikgrinaker/toydb | A distributed, educational, in-memory relational database project built with Rust to demonstrate its architecture and concepts. | 6,233 |
seaql/sea-orm | An async and dynamic ORM (Object-Relational Mapping) tool for building web services in Rust. | 7,373 |
wulf/dsync | Generates Rust code for database models and queries from Diesel schema files. | 73 |
seaql/sea-query | A query builder to help construct dynamic SQL queries in Rust. | 1,195 |
dflemstr/rq | A tool for transforming and analyzing structured record data from various formats | 2,278 |
trunk-rs/trunk | A tool for bundling and shipping Rust web applications to the web as WebAssembly (WASM) binaries. | 3,530 |
rbatis/rbatis | An ORM that compiles dynamic SQL at compile time, balancing performance and robustness for efficient database interactions. | 2,297 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,805 |
graphql-rust/juniper | A GraphQL server library written in Rust | 5,712 |
apache/datafusion | A query engine that supports various data formats and allows customization of its functionality. | 6,298 |
jayy-lmao/rust-graphql-docker | A containerized Rust GraphQL API with dataloaders and actix-web for managing a simple cult database. | 94 |
siodb/siodb | A simple, encrypted, and scalable SQL database engine with built-in REST API and automatic data management | 45 |
fedomn/sqlrs | An embedded in-process SQL query engine designed to handle OLAP workloads using Rust and Apache Arrow. | 109 |