phorm_sqlite 1.1.0 copy "phorm_sqlite: ^1.1.0" to clipboard
phorm_sqlite: ^1.1.0 copied to clipboard

The SQLite driver and connection manager implementation for the PHORM.

Changelog #

1.1.0 #

  • Bumped phorm dependency to ^1.1.0 and phorm_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 phorm runtime database execution layer on top of sqlite3.
  • 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_migrations table.
  • High-performance slow query tracer and console loggers.
  • Built-in SQLCipher encryption support for Native (iOS, Android, Desktop) platforms.
  • Native Dart SqlFunction registration (including regexp support).
1
likes
0
points
417
downloads

Publisher

verified publisherinterlib.dev

Weekly Downloads

The SQLite driver and connection manager implementation for the PHORM.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta, path, path_provider, phorm, sqlite3, sqlite3_flutter_libs, sqlite3_web

More

Packages that depend on phorm_sqlite