0.0.7 • Published 3 years ago

@iuser/pg v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@iuser/pg

incr version number

安装

推荐用 @antfu/ni

ni -D @iuser/pg

使用

→ test/index.coffee

#!/usr/bin/env coffee

> @iuser/pg
  ./pg.dist.mjs:CONF

Q = await pg CONF

host = 'usr.tax'
console.log host, await Q.host.valId(host)
console.log host, await Q.host.set({val:host},'val')
console.log host, await Q.host.get(1)

输出

→ out.txt

usr.tax 1
usr.tax 1
usr.tax [ 1, 'usr.tax' ]