reactive_sqldb 1.0.6
reactive_sqldb: ^1.0.6 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
1.0.4 #
- Update delete function.
1.0.5 #
- Allow add default value each fields.
1.0.6 #
- Allow user !=, >=, < other for where condictions.