waterline-nedb:用于 Sails.js 的 NeDB 适配器

时间:2021-07-22 23:05:26
【文件属性】:
文件名称:waterline-nedb:用于 Sails.js 的 NeDB 适配器
文件大小:18KB
文件格式:ZIP
更新时间:2021-07-22 23:05:26
JavaScript NeDB 适配器 NeDB 的水线适配器。 NeDB 是一个用纯 js 编写的高性能嵌入式数据库。 安装 从 NPM 安装。 $ npm install git://github.com/andyhu/waterline-nedb --save 帆配置 将 nedb 配置添加到config/connections.js文件中。 与 Sails v0.10.x / v0.11.x 一起使用 module . exports . connections = { nedb : { adapter : 'waterline-nedb' , dbPath : 'path/to/nedb' , // Required, set to an empty directory for a new project // Optional options: inMemor
【文件预览】:
waterline-nedb-master
----.gitignore(18B)
----package.json(1KB)
----Makefile(524B)
----.travis.yml(81B)
----README.md(2KB)
----lib()
--------query.js(8KB)
--------adapter.js(9KB)
--------connection.js(1KB)
--------collection.js(8KB)
----.npmignore(78B)
----test()
--------integration()
--------unit()
--------support()
--------load()

网友评论