From 16f90bd22b465aca9a1fbad09248d80aa93fd824 Mon Sep 17 00:00:00 2001 From: Jacob Weisenburger <31667350+JacobWeisenburger@users.noreply.github.com> Date: Mon, 29 May 2023 10:14:00 -0500 Subject: [PATCH] Update README.md added https://github.com/JacobWeisenburger/freerstore --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4057cf424..a0064e054 100644 --- a/README.md +++ b/README.md @@ -495,6 +495,7 @@ There are a growing number of tools that are built atop or support Zod natively! #### Powered by Zod +- [`freerstore`](https://github.com/JacobWeisenburger/freerstore): Firestore cost optimizer. - [`slonik`](https://github.com/gajus/slonik/tree/gajus/add-zod-validation-backwards-compatible#runtime-validation-and-static-type-inference): Node.js Postgres client with strong Zod integration. - [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod. - [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas.