1 unstable release
0.0.1 | Jan 8, 2022 |
---|
#599 in #sql
Used in rsdbc
70KB
935 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
~11–22MB
~350K SLoC