15 releases (7 breaking)
0.8.4 | Aug 12, 2023 |
---|---|
0.7.1 | Aug 6, 2023 |
0.4.0 | Jul 29, 2023 |
#1893 in Database interfaces
Used in libikarus
9.5MB
190K
SLoC
Overview
You're probably looking for rusqlite instead. This library is barely configurable, very opinionated, and supports only a fraction of SQLite's features.
The following is currently supported:
- executing single statements
- executing batch statements (now with extra unsafety!)
- querying a single row
- querying multiple rows
- querying and iterating over the results
- transactions
- migrations
- backups