Releases: lodosgroup/sqlite3-wrapper
Releases · lodosgroup/sqlite3-wrapper
v.1.4.3
v.1.4.2
- Better error handling
- Upgrade sqlite to 3.42.0
- Implement
DropforDatabaseandSqlStatement
1.3.2
- Read
nullfrom SQLite and cast it into Rust'sNone
1.3.1
- Create type alias
SqliteNull - Create const variable alias
SQLITE_NULL
1.3.0
- needed ffi functions(sqlite3_bind*) are bound.
- implemented param binding on prepared statements via
sqlite3_bind*.
1.2.0
implement return type Result<A, MinSqliteWrapperError> on various functions