FLUTTER ECOSYSTEM

tekartik/sembast.dart

간단한 io 데이터베이스

sembast.dart 프로젝트 이미지
Stars
867
Forks
71
최근 푸시(UTC)
2026. 9. 15.
프로젝트 상태
활성
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