The new database driver for duckdb
โ Rust ๐ 2026-04-26 ๐ค surdeus ๐๏ธ 1
rbdc-duckdb is HERE! ![]()
Been frustrated by the fragmented database driver landscape in Rust?
Meet RBDC โ the unified driver layer for rbatis ORM โ and now it's compatible with DuckDB!
How it works:
rbatis = ORM layer on top
rbdc = database driver beneath
One ORM, multiple databases โ swap them without changing your application code.
Why rbdc-duckdb?
Fully integrated with RBDC/Rbatis ecosystem
Blazing fast async driver
Static linking, zero external deps
100% Rust, type-safe through and through
All RBDC Drivers
| Database | Crate |
|---|---|
| MySQL/MariaDB/TiDB | rbdc-mysql |
| PostgreSQL/CockroachDB | rbdc-pg |
| SQLite | rbdc-sqlite |
| MSSQL | rbdc-mssql |
| Turso | rbdc-turso |
| DuckDB |
rbdc-duckdb |
| Oracle | rbdc-oracle |
| TDengine | rbdc-tdengine |
One line to start:
cargo add rbdc-duckdb
Dive in and feel the power of Rust + DuckDB! ![]()
Links
- GitHub: GitHub - rbatis/rbdc: rbdc-drivers ยท GitHub
- Crates.io: crates.io: Rust Package Registry
- DuckDB: https://duckdb.org/
1 post - 1 participant
๐ท๏ธ Rust_feed