Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
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

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.