https://github.com/rmw-lib/pg
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmw-lib/pg
- Owner: rmw-lib
- License: other
- Created: 2021-01-22T03:53:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T05:49:19.000Z (almost 5 years ago)
- Last Synced: 2026-05-19T00:48:05.550Z (2 months ago)
- Language: CoffeeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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))** 代码计划。
