{"library":"mysql-kv","type":"library","category":null,"description":"mysql-kv is a Node.js package that implements a key-value store with TTL expiration on top of MySQL. Version 1.7.3 is current, with no major version changes since initial release. It uses a hardcoded table schema and the mysql2 driver for connection pooling. Key differentiators: simple API (get/set/delete/cleanup), automatic expiration cleanup, and support for custom SQL queries. Not suitable for high-throughput or production without careful MySQL schema management.","language":"javascript","status":"active","version":"1.7.3","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mysql-kv","imports":["const { KV } = require('mysql-kv')","import { KV } from 'mysql-kv'","const { KV } = require('mysql-kv'); const kv = new KV({ host: 'localhost', user: 'root', password: 'pass', database: 'test' })"]},{"cmd":"yarn add mysql-kv","imports":[]},{"cmd":"pnpm add mysql-kv","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"mysql-kv","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}