phorm_sqlite 1.1.0
phorm_sqlite: ^1.1.0 copied to clipboard
The SQLite driver and connection manager implementation for the PHORM.
Changelog #
1.1.0 #
- Bumped
phormdependency to^1.1.0andphorm_generator(dev) to^1.1.0. - Version bump to keep all PHORM packages in sync.
1.0.3 #
- Version bump to keep all PHORM packages in sync.
1.0.2 #
- Updated SDK environment constraint to >=3.7.0 <4.0.0
1.0.1 #
- Updated README with badges
- Removed commented workspace resolution configuration
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).