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

The SQLite driver and connection manager implementation for the PHORM.

Changelog #

1.3.0 #

  • Auto-generated pivot tables (from @ManyToMany(createPivot: true)) are now created on database upgrade as well, not only on first creation: any IF NOT EXISTS-guarded statement in a table's schema is re-applied when the owning table already exists.
  • Added an informational log line when a pivot table is created alongside its model table (e.g. Also creating pivot table: user_roles).

1.2.0 #

  • Bumped phorm dependency to ^1.2.0 (and phorm_generator dev dependency to ^1.2.0), exposing the new @Schema(generateFullService: ...) option.
  • Bumped sqlite3_web to ^0.4.1.

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
150
points
417
downloads
screenshot

Documentation

API reference

Publisher

verified publisherinterlib.dev

Weekly Downloads

The SQLite driver and connection manager implementation for the PHORM.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

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

More

Packages that depend on phorm_sqlite