@iuser/pg
v0.0.7
Published
<!-- EDIT /Users/z/user/node/pg/readme.md -->
Readme
@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' ]