From d65100409b7baa53acd3ff990dc5ee972ebaae6b Mon Sep 17 00:00:00 2001 From: Henrique Emanoel Viana Date: Thu, 10 Oct 2024 10:01:58 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 548c9be..4c12fcf 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ This list is a collection of the best Deno modules and resources. - [watch](https://github.com/jinjor/deno-watch) - A file watcher. - [wu-diff-js](https://github.com/bokuweb/wu-diff-js) - A diff library to compute differences between two slices using wu(the O(NP)) algorithm. - [PLS](https://github.com/roj1512/pls) - Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis. +- [deno_kv_fs](https://github.com/hviana/deno_kv_fs) Deno KV file system, compatible with Deno deploy. Makes use of Web Streams API. ### Validation