sporran 7.0.1 copy "sporran: ^7.0.1" to clipboard
sporran: ^7.0.1 copied to clipboard

Platformweb

A PouchDB alike for Dart. Uses lawndart for local storage and Wilt for CouchDB access.

Sporran - a PouchDB alike database client for Dart #

Build Status

Introduction #

Sporran is a PouchDB alike implementation for Dart.

It uses Lawndart(browser local storage client) and Wilt(browser CouchDB client) to allow browser based CouchDB users to transition between online and offline modes and carry on working normally.

When the browser is online Sporran acts just like Wilt, i.e is a CouchDB client, but all database transactions are reflected into local storage. If the browser goes offline Sporran switches to using local storage only, when the browser comes back online the local database is synced up with CouchDB, all transparent to the user.

The CouchDB change notification interface is also used to keep Sporran in sync with any 3rd party changes to your CouchDB database.

Please read the documents under the doc folder for usage information.

Contact #

Queries you can direct to me at [email protected] or raise an issue.

23
likes
140
pub points
33%
popularity

Publisher

verified publisherdarticulate.com

A PouchDB alike for Dart. Uses lawndart for local storage and Wilt for CouchDB access.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.darticulate.com

License

GPL-3.0 (LICENSE)

Dependencies

json_object_lite, wilt

More

Packages that depend on sporran