sqlite3 0.1.7
sqlite3: ^0.1.7 copied to clipboard
Provides lightweight yet convenient bindings to SQLite by using dart:ffi
0.1.7 #
- Expose the
sqlite3_temp_directoryglobal variable
0.1.6 #
- Expose underlying database and statement handles
- Support opening databases from uris
0.1.5 #
- Use
sqlite3_versionto determine ifsqlite3_prepare_v3is available instead of catching an error.
0.1.4 #
- Use
sqlite3_prepare_v2ifsqlite3_prepare_v3is not available
0.1.3 #
- Lower minimum version requirement on
collectionto^1.14.0
0.1.2 #
- Enable extended result codes
- Expose raw rows from a
ResultSet
0.1.1 #
- Expose the
ResultSetclass
0.1.0 #
- Initial version