UNPKG

sqlitekv

Version:

SQLiteKV is a key-value store built on top of SQLite3. This project allows you to perform basic key-value operations with the additional power of SQLite3, making it suitable for applications requiring persistent, lightweight, and reliable storage.

3 lines (2 loc) 63 B
import { SQLiteKV } from "./kvstore"; export default SQLiteKV;