1.1.0 • Published 2 months ago

frontkv v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

FrontKV driver for Javascript

--- How to use in your own nodejs environment? 1, node.js & npm

yum install nodejs npm

node -v

Note: node version requires 18 or later.

2, example ... const client = new Frontkv(region, token); await client.GetItem(table_name, key); ...

3, run the script

node example.js
``` bash
1.1.0

2 months ago

1.0.1

8 months ago

1.0.0

8 months ago