pg-reactive:PostgreSQL + RxJS = pg-React
pgReact性中PostgreSQL接口安装npm install pg-reactive如果您使用的是RxJS v5,请安装以前的版本: npm install pg-reactive@^0.3.5例import PgRx from 'pg-reactive' ; import { map } from "rxjs/operators" ; const db = new PgRx ( 'postgres://postgres@$localhost/tester' ) ; db . query ( 'SELECT id FROM user' ) . pipe (
pg-reactive-master.zip
预估大小:16个文件
pg-reactive-master
文件夹
CONTRIBUTION.md
307B
src
文件夹
index.ts
5KB
.npmignore
21B
.travis.yml
402B
tsconfig.json
201B
config
文件夹
default.json
305B
LICENSE
1KB
36.21KB
文件大小:
评论区