An open API service indexing awesome lists of open source software.

https://github.com/rmw-lib/pg


https://github.com/rmw-lib/pg

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

# @rmw/pg

## 安装

```
yarn add @rmw/pg
```

或者

```
npm install @rmw/pg
```

## 使用

```coffee
#!/usr/bin/env coffee
import PG from '@rmw/pg'
import pgInit from '@rmw/pg/init'
do =>
await pgInit(
PG
(pg)=>
console.log "!!! setup"
)

```

## 关于

本项目隶属于**人民网络([rmw.link](//rmw.link))** 代码计划。

![人民网络](https://raw.githubusercontent.com/rmw-link/logo/master/rmw.red.bg.svg)