MySQL/MariaDB storage adapter for Keyv
MySQL/MariaDB storage adapter for Keyv.
Install
npm install --save keyv keyv-mysql
Usage
const Keyv = ; const keyv = 'mysql://user:pass@localhost:3306/dbname';keyv;
You can specify the table
option.
e.g:
const keyv = 'mysql://user:pass@localhost:3306/dbname' table: 'cache' ;
License
MIT © Luke Childs