1 unstable release
0.0.1 | Jan 8, 2022 |
---|
#250 in #mysql
Used in rsdbc
57KB
744 lines
Rust Relational Database Connectivity (RSDBC)
R2DBC (R-squared DBC) aka Rust Relational Database Connectivity or just Rust Database Connectivity is a common API around accessing relational databases. This was initially inspired by RDBC and similar to that project RSDBC is not attempting to build new drivers but instead wrap existing drivers around a common API.
NOTE: WIP. Placeholder. Nothing to see here at the moment.
You should be looking at
- https://github.com/tokio-rs/rdbc
- https://github.com/launchbadge/sqlx
- https://diesel.rs/
- https://github.com/prisma/quaint
Acknowledgements
Dependencies
~18–32MB
~548K SLoC