sqflite_common_ffi 2.1.0+2 sqflite_common_ffi: ^2.1.0+2 copied to clipboard
sqflite ffi based implementation, for desktop and units tests.
2.1.0+2 #
- Add
databaseFactoryFfiNoIsolate
- Fix windows release mode for basic ffi setup
2.0.0+3 #
nnbd
support- Improved sqlite shared lib loading mechanism to support alternate library.
1.1.1+3 #
- Fixes hot-restart lock issue
- Fixes missing
databaseExists
handler - Don't load bundled sqlite3.dll on windows release mode.
1.1.0+1 #
- Use
sqlite3
instead ofmoor_ffi
1.0.0+4 #
- Support extended result code exception
1.0.0+1 #
- Initial revision from sqflite_ffi_test experimentation