reactive_sqldb 1.0.11
reactive_sqldb: ^1.0.11 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.
1.0.7 #
- Encryption database protected data
- This version we auto migrate your data
- Noted: This version we not resposible to lost data first migrate.
1.0.8 #
- Get all tables (name , Columns)
- Can create table without auth increment
1.0.9 #
- Add fun drop database file.
1.0.10 #
- Fixed bug
1.0.11 #
- Created field primary KEY without auto AUTOINCREMENT.