https://github.com/zubairehman/sembast-example
A sample app to show the use of SEMBAST, yet another NoSQL persistent store database solution for single process io applications.
https://github.com/zubairehman/sembast-example
dart flutter flutter-app flutter-database flutter-examples nosql nosql-database sembast
Last synced: about 1 year ago
JSON representation
A sample app to show the use of SEMBAST, yet another NoSQL persistent store database solution for single process io applications.
- Host: GitHub
- URL: https://github.com/zubairehman/sembast-example
- Owner: zubairehman
- Created: 2019-04-16T09:41:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T09:19:32.000Z (about 7 years ago)
- Last Synced: 2025-04-02T02:22:11.217Z (about 1 year ago)
- Topics: dart, flutter, flutter-app, flutter-database, flutter-examples, nosql, nosql-database, sembast
- Language: Dart
- Size: 467 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEMBAST Sample App

A sample app to show the use of SEMBAST, yet another NoSQL persistent store database solution for single process io applications.
Persistently storing data in Flutter is not one of the easiest experiences if you're just starting out. If you want to move beyond simple "Preferences", which are only key - value pairs, you are probably looking at a library like SQFLite. The problem with this library is that it's very low level. What about NoSQL in Flutter?
In this sample app i have used SEMBAST (Simple Embedded Application Store) which is a very powerful, yet simple to use library for storing, querying, ordering, paginating and even encrypting data.
### Supported types
- String
- num (int and double)
- Map
- List
- bool
- null
### Additional Resources
https://pub.dartlang.org/packages/sembast
### Screenshot
