Skip to content

zubairehman/SEMBAST-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published