文件名称:lowladb-node-postgresql:节点服务器上用于 LowlaDB 的 PostgreSql 数据存储
文件大小:25KB
文件格式:ZIP
更新时间:2024-07-25 05:41:29
JavaScript
LowlaDB-Node-PostgreSQL Node.js 服务器上用于 LowlaDB 的 PostgreSQL 数据存储。 安装 $ npm install lowladb-node-postgresql --save 用法 构造 PostgreSqlDatastore 的实例并配置 LowlaDB 以使用它而不是默认数据存储。 var app = require ( 'express' ) ; var lowla = require ( 'lowladb-node' ) ; var PostgreSqlDatastore = require ( 'lowladb-node-postgresql' ) ; var lowlaConfig = { datastore : new PostgreSqlDatastore ( { postgreUrl : 'postgres:/
【文件预览】:
lowladb-node-postgresql-master
----.gitignore(42B)
----package.json(748B)
----LICENSE(1KB)
----index.js(88B)
----README.md(4KB)
----tests()
--------testUtil.js(9KB)
--------test.txt(18B)
--------datastore.tests.js(55KB)
--------test.png(4KB)
----lib()
--------datastore.js(24KB)