From c5a4edcaf7a7c434b0f94a18123750bd1151c2cf Mon Sep 17 00:00:00 2001 From: David ALLIX Date: Wed, 16 Oct 2024 23:22:43 +0200 Subject: [PATCH] Add 'schemql' in Powered by Zod (#3800) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 518b3b001..48be7bf97 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`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. +- [`schemql`](https://github.com/a2lix/schemql): Enhances your SQL workflow by combining raw SQL with targeted type safety and schema validation. - [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod. - [`pastel`](https://github.com/vadimdemedes/pastel): Create CLI applications with react, zod, and ink. - [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas.