sqflite_hooks 1.4.0 copy "sqflite_hooks: ^1.4.0" to clipboard
sqflite_hooks: ^1.4.0 copied to clipboard

discontinued

An extension to sqflite for adding hooks to database actions.

1.4.0 #

Adding on rollback callback for failed transactions

1.3.0 #

Adding in hooks functionality to transactions's batch.

1.2.0 #

Adding in hooks functionality to transactions.

1.1.0 #

Adding in hooks functionality to batches.

1.0.0 #

Initial release

Use predicates to trigger Dart methods when actions happen on an Sqflite database.

You can use the following in your database predicates:

  • Table name
  • Database operation (insert, update, delete)
  • Values used (insert and update)
  • Where and whereargs
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

An extension to sqflite for adding hooks to database actions.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, sqflite

More

Packages that depend on sqflite_hooks