unqlite_flutter
unqlite_flutter copied to clipboard
UnQLite database plugin wrapped for flutter.
Results
2
unqlite_flutter issues
Sort by
recently updated
recently updated
newest added
Waiting for macOs and Windows support.
Assume some data is stored in the db, as in the example: ```dart users.store([ {'name': 'Alice', 'age': 18}, {'name': 'Bruce', 'age': 19}, {'name': 'Charlie', 'age': 20}, ]); ``` How can...