reactive_sqldb 1.0.1 copy "reactive_sqldb: ^1.0.1" to clipboard
reactive_sqldb: ^1.0.1 copied to clipboard

reactive_sqldb is a powerful SQLite manager

1.0.0 #

  • Create dynamic tables at runtime with custom fields.
  • Define relational links using foreign keys.
  • Perform standard CRUD operations.
  • Listen to reactive table updates via Streams — no manual refresh needed.

1.0.1 #

  • Update function return type, insert, delete , update