An open API service indexing awesome lists of open source software.

https://github.com/eventfully-engineered/rsdbc


https://github.com/eventfully-engineered/rsdbc

Last synced: 12 months ago
JSON representation

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/