SEMBAST-Example icon indicating copy to clipboard operation
SEMBAST-Example copied to clipboard

A sample app to show the use of SEMBAST, yet another NoSQL persistent store database solution for single process io applications.

SEMBAST Sample App

banner

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

screenshot