1.0.7 • Published 7 years ago

mongodb-filebased v1.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

zero-complexity flat-filebased mongodb replacement, no need to run mongodb instance

CircleCI

Usage

Just wrap your mongo-stuff like this, and it'll redirect all mongodb data to a mongodb.js file:

require('mongodb-filebased')(function(){

  require('mongodb')
  // do your stuff

}) 

NOTE: this is not a full implementation of mongodb, but it 'seems' to work for most mongoose/mongodb CRUD cases.

Features

  • no need for mongodb installation
  • store all collections in databasefile
  • default databasefile is mongodb.js (or environment var MONGO_DB_FILE)
  • switch to real mongodb by just commenting the magic line
  • handy for quick prototyping / testing
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago