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 (
用户评论