All Projects → pouchdb → Pouchdb

pouchdb / Pouchdb

Licence: apache-2.0
🐨 - PouchDB is a pocket-sized database.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pouchdb

Cht Core
The CHT Core Framework makes it faster to build responsive, offline-first digital health apps that equip health workers to provide better care in their communities. It is a central resource of the Community Health Toolkit.
Stars: ✭ 354 (-97.58%)
Mutual labels:  hacktoberfest, couchdb, pouchdb
Vue Pouch Db
Vue Pouch DB is a VueJS Plugin that binds PouchDB with Vue and keeps a synchronised state with the database. Has support for Mango queries which are processed locally within the VuePouchDB state.
Stars: ✭ 127 (-99.13%)
Mutual labels:  database, couchdb, pouchdb
Kivik
Kivik provides a common interface to CouchDB or CouchDB-like databases for Go and GopherJS.
Stars: ✭ 200 (-98.63%)
Mutual labels:  database, couchdb, pouchdb
Rxdb
🔄 A client side, offline-first, reactive database for JavaScript Applications
Stars: ✭ 16,670 (+13.98%)
Mutual labels:  database, couchdb, pouchdb
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (-99.66%)
Mutual labels:  database, couchdb, pouchdb
Zookeeper
Apache ZooKeeper
Stars: ✭ 10,061 (-31.21%)
Mutual labels:  hacktoberfest, database
Torchbear
🔥🐻 The Speakeasy Scripting Engine Which Combines Speed, Safety, and Simplicity
Stars: ✭ 128 (-99.12%)
Mutual labels:  hacktoberfest, database
Couchdb Documentation
Apache CouchDB Documentation
Stars: ✭ 128 (-99.12%)
Mutual labels:  database, couchdb
Sdb
Simple and fast string based key-value database with support for arrays and json
Stars: ✭ 159 (-98.91%)
Mutual labels:  hacktoberfest, database
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-99.54%)
Mutual labels:  hacktoberfest, database
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (-86.82%)
Mutual labels:  hacktoberfest, couchdb
Liquibase
Main Liquibase Source
Stars: ✭ 2,910 (-80.1%)
Mutual labels:  hacktoberfest, database
Pouchdb Adapter React Native Sqlite
PouchDB adapter using ReactNative SQLite as its backing store
Stars: ✭ 98 (-99.33%)
Mutual labels:  database, pouchdb
Lara Lens
Laravel package for display diagnostic (config, database, http connections...)
Stars: ✭ 96 (-99.34%)
Mutual labels:  hacktoberfest, database
Escpos Printer Db
Database of ESC/POS thermal receipt printers
Stars: ✭ 68 (-99.54%)
Mutual labels:  hacktoberfest, database
Docker Couchdb
🐳 Source of the official Apache CouchDB Docker image ⚠️ NOTICE ⚠️: moved to the CouchDB org
Stars: ✭ 157 (-98.93%)
Mutual labels:  database, couchdb
Metadata.js
Library for building offline-first browser-based applications :: платформа автономных веб-приложений
Stars: ✭ 165 (-98.87%)
Mutual labels:  couchdb, pouchdb
Vue Materialize Datatable
A fancy Materialize CSS datatable VueJS component.
Stars: ✭ 162 (-98.89%)
Mutual labels:  hacktoberfest, database
Couchdb Docker
Semi-official Apache CouchDB Docker images
Stars: ✭ 194 (-98.67%)
Mutual labels:  database, couchdb
Dbbench
🏋️ dbbench is a simple database benchmarking tool which supports several databases and own scripts
Stars: ✭ 52 (-99.64%)
Mutual labels:  hacktoberfest, database

PouchDB – The Database that Syncs!

Build Status Coverage Status Greenkeeper badge npm version jsDelivr Hits

PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

PouchDB was created to help web developers build applications that work as well offline as they do online.

Using PouchDB

To get started using PouchDB, check out the web site and API documentation.

Getting Help

The PouchDB community is active on Libera IRC (web), in the Google Groups mailing list, and on StackOverflow. Or you can tweet @pouchdb!

If you think you've found a bug in PouchDB, please write a reproducible test case and file a Github issue. You can start with a template we have built on glitch.

Prerelease builds

If you like to live on the bleeding edge, you can build PouchDB from source using these steps:

git clone https://github.com/pouchdb/pouchdb.git
cd pouchdb
npm install

After running these steps, the browser build can be found in packages/node_modules/pouchdb/dist/pouchdb.js.

Changelog

PouchDB follows semantic versioning. To see a changelog with all PouchDB releases, check out the Github releases page.

For a concise list of breaking changes, there's the wiki list of breaking changes.

Keep in mind that PouchDB is auto-migrating, so a database created in 1.0.0 will still work if you open it in 4.0.0+. Any release containing a migration is clearly marked in the release notes.

Contributing

We're always looking for new contributors! If you'd like to try your hand at writing code, writing documentation, designing the website, writing a blog post, or answering questions on StackOverflow, then we'd love to have your input.

If you have a pull request that you'd like to submit, please read the contributing guide for info on style, commit message format, and other (slightly!) nitpicky things like that. PouchDB is heavily tested, so you'll also want to check out the testing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].