1. 首页
  2. 编程语言
  3. 其他
  4. Node嵌入式数据存储NeDB.zip

Node嵌入式数据存储NeDB.zip

上传者: 2020-06-15 16:33:56上传 ZIP文件 303.14KB 热度 19次
Node.js实现的嵌入式数据存储,可以部分或全部替代sqlite数据库。可以当内存数据库使用也可本地存储。NEDB采用非常灵活的查询方式,让你几乎可以忘记他是非关系数据库: (1) 可以使用正则查询 (2) and or where  大于 小于 排序等  (3) 索引数据存储采用JSON新式,可以深度查询。eg:// Let's say our datastore contains the following collection{ _id: 'id5', completeData: { planets: [ { name: 'Earth', number: 3 }, { name
下载地址
用户评论