文件名称:rethinkly:从rethinkdb实例检索数据的简单方法
文件大小:158KB
文件格式:ZIP
更新时间:2024-06-17 15:39:27
javascript wrapper node rethinkdb db
重新思考 :rocket: :construction_worker: 工作正在进行中 :construction: 精心创建的一组绑定提供了一种轻松的方法来处理RethinkDB实例。 Rethinkly是一种方法集合,可以使更多的文字和清晰的数据从重新思考收集到JavaScript应用程序中。 支持节点和浏览器。 重新思考。 再次。 安装 - $ yarn add rethinkly - $ npm i rethinkly --save 可用方法: createLink 数据获取插入删除更新种子 桌子 创造 删除数据库 创造 降低 checkForExistence 列表 用法 import { createLink } from 'rethinkly' const dbConfig = { host : process . env . ENV === 'mock' ? '172.18.0.2' : 'localhost' , port
【文件预览】:
rethinkly-stable
----.babelrc(89B)
----index.js(66B)
----package.json(2KB)
----eslint.config.js(82B)
----.github()
--------ISSUE_TEMPLATE()
----.prettierrc(90B)
----.prettierignore(6B)
----_config.yml(25B)
----LICENSE(1KB)
----dist()
--------connection.js(1KB)
--------example()
--------index.js(1KB)
--------index.js.map(2KB)
--------__tests__()
--------transactions()
--------connection.js.map(733B)
----CONTRIBUTING.md(1000B)
----src()
--------connection.js(332B)
--------example()
--------index.js(755B)
--------__tests__()
--------transactions()
----.gitignore(931B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(3KB)
----yarn.lock(250KB)
----.eslintignore(36B)
----.editorconfig(293B)