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! ![]()