Skip to content

Commit

Permalink
adding in compression adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Sep 2, 2022
1 parent e36c2e9 commit a3d7b22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ If there is already an adapter that you would like to add, please post an issue
* [sqlite](https://github.com/jaredwray/keyv/tree/main/packages/sqlite): SQLite storage adapter
* [tiered](https://github.com/jaredwray/keyv/tree/main/packages/tiered): Tiered storage adapter to manage local and remote storage as one

### Compression Adapters

* [brotli](https://github.com/jaredwray/keyv/tree/main/packages/compress-brotli): Brotli compression adapter
* [Gzip](https://github.com/jaredwray/keyv/tree/main/packages/compress-gzip): Gzip compression adapter

### Third-party Storage Adapters

Here are the storage adapters that are not in this repository but compatible with Keyv.
Expand Down

0 comments on commit a3d7b22

Please sign in to comment.