mongous 介绍
Mongous,for humongous,is a simple and blazing fast MongoDB driver that uses a jQuery like Syntax .?
How it works
var $ = require("mongous").Mongous;
$("database.collection").save({my:"value"});
$("database.collection").find({},function(r){
console.log(r);
});
Done. App development has never felt as close to the shell as this! Making it a breeze to grab'n'store anything anywhere in your code without the nasty hassle of connections,collections,and cascading callbacks.??
网站地址 : https://github.com/amark/mongous
GitHub: https://github.com/amark/mongous
网站描述: 一个 简单高效、轻量级的nodejs mongodb驱动
mongous官方网站
官方网站: https://github.com/amark/mongous
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did177412