https://github.com/eventfully-engineered/rsdbc
https://github.com/eventfully-engineered/rsdbc
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eventfully-engineered/rsdbc
- Owner: eventfully-engineered
- License: mit
- Created: 2021-03-30T23:06:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T05:28:28.000Z (over 4 years ago)
- Last Synced: 2025-06-15T17:02:34.912Z (12 months ago)
- Language: Rust
- Size: 98.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/tokio-rs/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
- https://github.com/tokio-rs/rdbc
- https://r2dbc.io/