From b30561a4e13ec76ff2c3ab9165119b6806f4f125 Mon Sep 17 00:00:00 2001 From: Levy van der Valk Date: Tue, 15 Oct 2024 17:54:58 +0200 Subject: [PATCH] change: added surrealdb-valibot to Libraries section (#89) Co-authored-by: Julian Mills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd63901..527d2b5 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-valibot](https://github.com/ShadowWolf308/surrealdb-valibot) - Re-usable valibot schema's for use with the JavaScript SDK. - [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).