A lightweight set of low-level utilities for using rusqlite
.
The project is functional but needs more polish. Please see this issue for the roadmap to a version 1.0.
- Providing a lightweight addition to
rusqlite
- Automating repetitive parts of
rusqlite
's interface - Enhancing the type safety of database models
- Being an ORM or framework
- Compatibility with other Rust SQL ecosystems (eg
sqlx
orrust-postgres
)