From 3b93b0016d20108124c439fb96b64570ebcf9ed6 Mon Sep 17 00:00:00 2001 From: Huijie Wei Date: Mon, 11 Nov 2024 15:28:19 +0800 Subject: [PATCH 1/2] Update README.md add @resolid/keyv-sqlite, A new SQLite storage adapter for Keyv. Signed-off-by: Huijie Wei --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdb53b076..c9d840380 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Here are the storage adapters that are not in this repository but compatible wit - [keyv-azuretable](https://github.com/howlowck/keyv-azuretable) - Azure Table Storage/API adapter for Keyv - [keyv-arango](https://github.com/TimMikeladze/keyv-arango) - ArangoDB storage adapter for Keyv - [keyv-momento](https://github.com/momentohq/node-keyv-adaptor/) - Momento storage adapter for Keyv +- [@resolid/keyv-sqlite](https://github.com/huijiewei/keyv-sqlite) - A new SQLite storage adapter for Keyv ## License From cf2150e2a4060aae3f69dcf6d55b6856889a98db Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Mon, 11 Nov 2024 05:25:20 -0800 Subject: [PATCH 2/2] adding in the other places --- packages/keyv/README.md | 1 + packages/website/site/docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/keyv/README.md b/packages/keyv/README.md index 266e2c911..ac589fefe 100644 --- a/packages/keyv/README.md +++ b/packages/keyv/README.md @@ -277,6 +277,7 @@ The following are third-party storage adapters compatible with Keyv: - [keyv-azuretable](https://github.com/howlowck/keyv-azuretable) - Azure Table Storage/API adapter for Keyv - [keyv-arango](https://github.com/TimMikeladze/keyv-arango) - ArangoDB storage adapter for Keyv - [keyv-momento](https://github.com/momentohq/node-keyv-adaptor/) - Momento storage adapter for Keyv +- [@resolid/keyv-sqlite](https://github.com/huijiewei/keyv-sqlite) - A new SQLite storage adapter for Keyv # Add Cache Support to your Module diff --git a/packages/website/site/docs/index.md b/packages/website/site/docs/index.md index 9f79f8bad..23721dc60 100644 --- a/packages/website/site/docs/index.md +++ b/packages/website/site/docs/index.md @@ -46,6 +46,7 @@ The following are third-party storage adapters compatible with Keyv: - [keyv-azuretable](https://github.com/howlowck/keyv-azuretable) - Azure Table Storage/API adapter for Keyv - [keyv-arango](https://github.com/TimMikeladze/keyv-arango) - ArangoDB storage adapter for Keyv - [keyv-momento](https://github.com/momentohq/node-keyv-adaptor/) - Momento storage adapter for Keyv +- [@resolid/keyv-sqlite](https://github.com/huijiewei/keyv-sqlite) - A new SQLite storage adapter for Keyv ## 3. Create a New Keyv Instance