FLUTTER ECOSYSTEM

tekartik/sembast.dart

सरल आईओ डेटाबेस

sembast.dart प्रोजेक्ट कवर
Stars
867
Forks
71
अंतिम पुश (UTC)
15 सित॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
Tekartik GitHub avatar
GITHUB Organization

Tekartik ↗

Mobile & Web development

France
भाषाएँDartHTMLCSSShell

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

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 (Pure dart single file IO VM/Flutter storage supported)
  • Support transactions
  • Version management
  • Helpers for finding data
  • Web support (including Flutter Web) through sembast_web.
  • Can work on top of sqflite through sembast_sqflite.

Usage example:

Follow the guide.

Documentation