The new database driver for duckdb

โš“ Rust    ๐Ÿ“… 2026-04-26    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 1      

surdeus

:rocket: rbdc-duckdb is HERE! :duck:

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?

  • :link: Fully integrated with RBDC/Rbatis ecosystem
  • :high_voltage: Blazing fast async driver
  • :package: Static linking, zero external deps
  • :crab: 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 :star: NEW 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! :rocket:


Links

1 post - 1 participant

Read full topic

๐Ÿท๏ธ Rust_feed