• Stars
    star
    754
  • Rank 57,859 (Top 2 %)
  • Language
    Dart
  • License
    BSD 2-Clause "Sim...
  • Created over 9 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple io database

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

More Repositories

1

sqflite

SQLite flutter plugin
Dart
2,756
star
2

synchronized.dart

Basic lock mechanism to prevent concurrent access to asynchronous code
Dart
177
star
3

process_run.dart

Process run helper
Dart
173
star
4

midi.dart

Library for manipulating and sequencing Midi files, tracks, events
Dart
31
star
5

idb_shim.dart

Indexed db like API on top of native, websql or memory implementation
Dart
29
star
6

sqflite_more

More tools and test around sqlite
Dart
29
star
7

idb_sqflite

Indexeddb like API on top of sqflite
Dart
21
star
8

fs_shim.dart

FileSystem shim to allow saving file in IndexedDB or memory
Dart
17
star
9

app_flutter_utils.dart

Flutter utilities
Dart
16
star
10

app_camera.dart

Helper for accessing the Camera and scanning QR code for the web (including Flutter Web)
JavaScript
14
star
11

sembast_sqflite

sembast on top of sqflite
Dart
11
star
12

common_utils.dart

Dart common utilities
Dart
9
star
13

pubglobalupdate.dart

Command (Linux/Mac/Windows) to update all current global activated packages to their latest version
Dart
7
star
14

firebase.dart

Firebase dart common interface and implementation for Browser, VM, node and flutter
Dart
6
star
15

bluetooth.dart

Bluetooth helpers
Dart
5
star
16

sembast_flutter_more.dart

Sembast flutter example
Dart
4
star
17

cv.dart

Content Values dart helpers
Dart
4
star
18

app_common_utils.dart

Common app utility project for dart
Dart
4
star
19

http.dart

Dart abstraction for Http client and server
Dart
3
star
20

deploy.dart

File deployment helper (file system, google storage)
Dart
3
star
21

web_socket.dart

Dart Abstraction on WebSocket
Dart
3
star
22

jquery.dart

Dart jquery wrapper
Dart
2
star
23

browser_utils.dart

Browser (Js, Css, Html) utilities
Dart
2
star
24

mustache.dart

Yet another lightweight Mustache renderer for dart
Dart
2
star
25

app_image.dart

Helper for common image usage in app such as selecting and cropping image
Dart
2
star
26

app_browser_utils.dart

Dart Browser utilities
Dart
2
star
27

build_utils.dart

Build utilities (maven, grind, firebase, zip)
Dart
2
star
28

serial_wss

Serial WebSocket server that allows cross-platform access to serial ports using a JSON-RPC 2.0 based protocol
JavaScript
1
star
29

serial_wss_client.dart

Serial Web Socket Server client for dart
Dart
1
star
30

tone_js.dart

Tone.js wrappers for dart
Dart
1
star
31

test_menu_flutter

Flutter test menu
Dart
1
star
32

app_node_utils.dart

Node utils (build, libs)
Dart
1
star
33

app_web_utils.dart

Common web app utility projects
Dart
1
star
34

rpc.dart

Abstract Remote Procedure Call
Dart
1
star
35

aliyun.dart

Dart on Aliyun (nodejs)
Dart
1
star
36

io_utils.dart

Tekartik IO utilities
Dart
1
star
37

idb_provider.dart

Provider pattern on top of indexeddb
Dart
1
star
38

http_redirect.dart

Http redirect helper
Dart
1
star
39

app_io_utils.dart

App io utilities
Dart
1
star
40

common.dart

Common dart packages
Dart
1
star
41

prefs.dart

Common Preferences definition and implementation
Dart
1
star
42

dev_test.dart

dev_test adds the solo and skip feature on top of the test package
Dart
1
star
43

build_flutter.dart

Flutter build helper
Dart
1
star
44

yacht.dart

Yet another css/html transformer - tidy hml, lightweight less/scss parser, script/css inlining
Dart
1
star
45

firebase_storage.dart

Firebase storage dart common interface and implementation for Browser, VM, node and flutter
Dart
1
star
46

io_auth_utils.dart

Auth io utilities
Dart
1
star
47

platform.dart

Platform abstraction for VM, browser and node
Dart
1
star
48

serial_wss_sim.dart

Serial Web Socket server simulation with simulated connected serial ports
Dart
1
star
49

firebase_auth.dart

Firestore auth common interface and implementation for Browser, VM, node and flutter
Dart
1
star
50

firebase_firestore.dart

Firestore dart common interface and implementation for Browser, VM, node and flutter
Dart
1
star
51

angular_utils.dart

Angular helper components
HTML
1
star
52

html.dart

Html abstraction over dart:html and the html package
Dart
1
star