Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 946 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 946 Bytes

sembast

pub package Build Status codecov

NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.

General

Yet another NoSQL persistent store database solution.

Pure dart solution working on Dart VM and Flutter using the file system as storage (1 database = 1 file). Works in memory (Browser, VM, Flutter, Node) for testing purpose

  • Supports single process io applications
  • Support transactions
  • Version management
  • Helpers for finding data

Documentation