一種輕量級的NoSQL資料庫PouchDB

jieforest發表於2012-06-16
PouchDB is a tiny JavaScript. library that lets you to store and query data for web applications that need to work offline, and synchronize with an online database when your app goes online. PouchDB is actually a CouchDB inspired library, small in size (131KB) and in a compressed form. that currently can perform. the following set of basic tasks: create/query/replicate/delete a database, create/fetch/update/delete document(s), retrieving database information and listening to database changes.

PouchDB also comes with an HTTP RESTful adapter that can be used to synchronize its content with other CouchDB/PouchDB databases.

Currently in its alpha preview, PouchDB works very well in browsers like Firefox 12+ and Chrome 19+
PouchDB is an open source project done by Mikeal Rogers, and the source code is available on GitHub under an Apache 2.0 License.

Read more…

Like what we post? Share your thoughts on the comments below. If you wish to get regular updates on what we post, Do Subscribe to our Feed.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-732997/,如需轉載,請註明出處,否則將追究法律責任。

相關文章