From 20e4f4b7eb83164e0fcb7db33c7fcf3bcdc23c45 Mon Sep 17 00:00:00 2001 From: Levy van der Valk Date: Tue, 15 Oct 2024 17:53:34 +0200 Subject: [PATCH] change: added surrealdb-zod to Libraries section (#88) Co-authored-by: Julian Mills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87f38be..cd63901 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ If you want to contribute to this list, then please read the [contributing guide - [surrealdb_query_builder](https://github.com/AyushChothe/surrealdb_query_builder) - SurrealDB query builder for Dart and Flutter. - [surrealdb-extras](https://docs.rs/surrealdb-extras/latest/surrealdb_extras/) - (Rust) Creates namespace, database, tables and defines attributes automatically and generates/adds functions like add/delete/update to the struct. - [surrealdb-migrations](https://github.com/Odonno/surrealdb-migrations) - An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project. +- [surrealdb-zod](https://github.com/ShadowWolf308/surrealdb-zod) - Re-usable zod schema's for use with the JavaScript SDK. - [Surrealised](https://github.com/ozone-team/surrealised) - A Server-Side TypeScript SurrealDB Client with a fluent query builder. - [surrealist](https://github.com/kotolex/surrealist) - Python synchronous client with support for HTTP and WebSocket connections, and all SurrealDB features (live queries, QL, Changes Feed). - [type-surrealdb](https://github.com/ibilux/type-surrealdb) - Generate schemas and `.surql` for SurrealDB using TypeScript classes and decorators.