Browse Source

Add pmorgan3/keyv-mssql to list of third party adapters (#90)

emp
Paul Morgan III 5 years ago
committed by Jytesh
parent
commit
2b4720f102
  1. 1
      packages/keyv/README.md

1
packages/keyv/README.md

@ -142,6 +142,7 @@ The following are third-party storage adapters compatible with Keyv:
- [quick-lru](https://github.com/sindresorhus/quick-lru) - Simple "Least Recently Used" (LRU) cache
- [keyv-file](https://github.com/zaaack/keyv-file) - File system storage adapter for Keyv
- [keyv-dynamodb](https://www.npmjs.com/package/keyv-dynamodb) - DynamoDB storage adapter for Keyv
- [keyv-mssql](https://github.com/pmorgan3/keyv-mssql) - Microsoft Sql Server adapter for Keyv
## Add Cache Support to your Module

Loading…
Cancel
Save