You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Luke Childs 4ffb00530f Logo: pink -> purple 7 years ago
..
media Logo: pink -> purple 4 years ago
src Support MySQL/MariaDB with official keyv-mysql adapter 4 years ago
test Test against keyv-mysql 4 years ago
.gitignore Test SQLite against real DB 4 years ago
.travis.yml Test against Postgres 9.5 4 years ago
LICENSE Initial commit 4 years ago
README.md Remove Greenkeeper badge 4 years ago
package.json 0.8.0 4 years ago

README.md

keyv

Simple key/value store with support for multiple backends

Build Status Coverage Status npm

Keyv is a simple key/value store with support for multiple backends via storage adapters. The Keyv API is basically just a promisified subset of the Map API. Keyv also has TTL support making it suitable as a cache or persistent storage.

Install

npm install --save keyv

License

MIT © Luke Childs