Skip to content

gentlecolder/nodejs-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install:
npm install nodejs-database
npm install tingodb

var db=require('nodejs-database');
var collection='test';
var collection=db.create(collection);
var success=collection.add({'id':'2'});
var record=collection.find();
console.log(record);


more iNFO and learn API pls see the website of tutor http://linthay.info .

About

This database is totally writen with the language of nodejs, so you can only install node without moogose. Let's node do everything.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors