HospitalRun/pouchdb

Name: pouchdb

Owner: HospitalRun

Description: :koala: - PouchDB is a pocket-sized database.

Created: 2015-03-25 14:54:54.0

Updated: 2015-12-06 15:02:48.0

Pushed: 2016-11-01 13:54:35.0

Homepage: http://pouchdb.com/

Size: 130298

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PouchDB - The Javascript Database that Syncs

Build Status

PouchDB was written to help web developers build applications that work as well offline as well as they do online, applications save data locally so the user can use all the features of an app even while offline and synchronise the data between clients so they have up to date data wherever they go.

PouchDB is a free open source project, written in Javascript by these wonderful contributors and inspired by Apache CouchDB.

Using PouchDB

To get started using PouchDB check out our Documentation and the API Documentation.

Contributors

If you want to get involved then check out the contributing guide

Example
db = new PouchDB('dbname');

ut({
: 'dave@gmail.com',
e: 'David',
: 68


hanges().on('change', function() {
nsole.log('Ch-Ch-Changes');


eplicate.to('http://example.com/mydb');

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.