phorm_sqlite 1.0.0
phorm_sqlite: ^1.0.0 copied to clipboard
The SQLite driver and connection manager implementation for the PHORM.
Changelog #
1.0.0 #
- First stable release of the PHORM SQLite Driver.
- Implements
phormruntime database execution layer on top ofsqlite3. - Dedicated multi-thread background isolate executor ensuring synchronous SQLite operations never block the main/UI thread.
- Out-of-the-box Flutter Web support via WebAssembly (
sqlite3_web) and persistent IndexedDB file system. - Transparent database versioning and smart idempotent migration lifecycle tracking via the
__phorm_migrationstable. - High-performance slow query tracer and console loggers.
- Built-in SQLCipher encryption support for Native (iOS, Android, Desktop) platforms.
- Native Dart
SqlFunctionregistration (including regexp support).