2 releases
Uses new Rust 2024
new 0.1.1 | Apr 15, 2025 |
---|---|
0.1.0 | Apr 14, 2025 |
#2177 in Procedural macros
30 downloads per month
Used in rhosql
4KB
53 lines
SQLite Driver
The existing rusqlite
crate is just not sufficient for me, so i made my own.
This driver provide:
- prepared statement lru caching
FromRow
derive trait- connection sharing / pooling (WIP)
Versioning
Currently this library does not follow semver, its api still changing.
Dependencies
~205–640KB
~15K SLoC