1. 首页
  2. 数据库
  3. 其它
  4. pg reactive:PostgreSQL + RxJS = pg React 源码

pg reactive:PostgreSQL + RxJS = pg React 源码

上传者: 2021-02-15 22:56:11上传 ZIP文件 36KB 热度 42次
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 (
用户评论