Browse Source

More detailed explanation on third-party adapters

emp
Luke Childs 7 years ago
committed by Jytesh
parent
commit
c534d9208d
  1. 2
      packages/keyv/README.md

2
packages/keyv/README.md

@ -83,7 +83,7 @@ MySQL | [keyv-mysql](https://github.com/lukechilds/keyv-mysql) | No | [![Build S
### Third-party Storage Adapters
You can also use third-party storage adapters or build your own.
You can also use third-party storage adapters or build your own. Keyv will wrap these storage adapters in TTL functionality and handle complex types internally.
```js
const Keyv = require('keyv');

Loading…
Cancel
Save