0.0.7 • Published 3 years ago
@iuser/pg v0.0.7
@iuser/pg
incr version number
安装
推荐用 @antfu/ni
ni -D @iuser/pg
使用
#!/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)
输出
usr.tax 1
usr.tax 1
usr.tax [ 1, 'usr.tax' ]