sqlite_wrapper 0.0.4 copy "sqlite_wrapper: ^0.0.4" to clipboard
sqlite_wrapper: ^0.0.4 copied to clipboard

outdated

A simple way to easily use the SQLite library (even in a reactive way)

0.0.1 #

  • First release of the library in a complete (?) state.
  • Tested under MacOs, iOS, Android

0.0.2 #

  • Removed dependency from Flutter for tests
  • Tested under Windows (both tests and examples)

0.0.3 #

  • Autoremove the stream from the streams array when the subscription is cancelled

0.0.4 #

  • Fixed the version call to use the "user_version" instead of the "schema_version"
  • Added onCreate and onUpgrade callback to simplify migrations
  • Added support for opening multiple databases
  • Now the openDB method returns some information about the database
7
likes
0
pub points
67%
popularity

Publisher

verified publisherbabisoft.com

A simple way to easily use the SQLite library (even in a reactive way)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

sqlite3

More

Packages that depend on sqlite_wrapper