Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamblett/sporran
A PouchDB like browser application in Dart
https://github.com/shamblett/sporran
dart
Last synced: 12 days ago
JSON representation
A PouchDB like browser application in Dart
- Host: GitHub
- URL: https://github.com/shamblett/sporran
- Owner: shamblett
- License: gpl-3.0
- Created: 2014-01-14T11:22:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T12:18:25.000Z (5 months ago)
- Last Synced: 2024-10-14T02:07:28.811Z (25 days ago)
- Topics: dart
- Language: Dart
- Size: 402 KB
- Stars: 69
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Sporran - a PouchDB alike database client for Dart
[![Build Status](https://github.com/shamblett/sporran/actions/workflows/ci.yml/badge.svg)](https://github.com/shamblett/sporran/actions/workflows/ci.yml)## Introduction
Sporran is a [PouchDB](https://pouchdb.com/) 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 or raise an issue.