kvs-sync

kvs-sync ============

Usage no npm install needed!

<script type="module">
  import kvsSync from 'https://cdn.skypack.dev/kvs-sync';
</script>

README

kvs-sync

Simple key-value store using filesystem (sync functions).

Installation

npm install kvs-sync

Methods

setConfig(opt, value)
set(key, val)
get(key)
del(key)
clear()
keys()

License

kvs is licensed under the MIT license.