tekartik / idb_shim.dart

Indexed db like API on top of native, websql or memory implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idb_shim

Indexed DB API on top of native (browser) and sembast (io/memory) implementation. Its goal is to allow testing your database schema and access in vm unit tests.

About

Indexed db like API on top of native, websql or memory implementation

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 99.8%Language:HTML 0.1%Language:CSS 0.1%