文件名称:js-datastore-level:后端(水平)后端的数据存储实现
文件大小:40KB
文件格式:ZIP
更新时间:2024-06-01 18:09:36
JavaScript
js数据存储级别 具有后端的数据存储区实现。 首席维护者 目录 首席维护者 目录 安装 用法 浏览器匀场降级 数据库名称 贡献 执照 安装 $ npm install datastore-level 用法 const LevelStore = require ( 'datastore-level' ) // Default using level as backend for node or the browser const store = new LevelStore ( 'path/to/store' ) // another leveldown compliant backend like memdown const memStore = new LevelStore ( 'my/mem/store' , { db : require ( 'level-mem' ) }
【文件预览】:
js-datastore-level-master
----package.json(2KB)
----.github()
--------dependabot.yml(143B)
--------ISSUE_TEMPLATE()
--------workflows()
--------config.yml(3KB)
----test()
--------browser.js(1KB)
--------test-repo()
--------node.js(3KB)
--------index.spec.js(1KB)
--------fixtures()
----LICENSE(1KB)
----src()
--------index.js(6KB)
----.aegir.js(381B)
----tsconfig.json(165B)
----.gitignore(641B)
----CHANGELOG.md(7KB)
----README.md(3KB)
----scripts()
--------node-globals.js(58B)