0.0.2 • Published 12 years ago

archdb v0.0.2

Weekly downloads
8
License
-
Repository
github
Last release
12 years ago

ArchDB

NoSQL, document-oriented database implemented in pure javascript. It uses pluggable storage backend, so its possible to run it on node.js (filesystem backend) or any web browser(memory or localStorage backend). Here are some features:

  • Transaction oriented(ACID transactions like classic SQL databases)
  • Can run in any javascript platform
  • No locking
  • Powerful data processing framework(like CouchDB map/reduce, but more flexible).

Install

npm install archdb
0.0.2

12 years ago

0.0.1

12 years ago