From ddab47a13ecc0f74c7e4e91672ef218c98a49067 Mon Sep 17 00:00:00 2001 From: Albert Marashi Date: Tue, 15 Oct 2024 23:17:06 +1030 Subject: [PATCH] Modify `surreal-codegen` description to note it is a typed client-side library for Typescript (#86) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec5de8..9cf0b5d 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ If you want to contribute to this list, then please read the [contributing guide ## Development tools - [Surreal-Fiber](https://github.com/devpikachu/surreal-fiber) - A REST API Fiber Web Framework boilerplate using SurrealDB for applications written in Go. - [surrealdb-client-generator](https://github.com/sebastianwessel/surrealdb-client-generator) - A handy tool that simplifies the process of generating zod schemas and TypeScript clients. -- [surreal-codegen](https://github.com/siteforge-io/surreal-codegen) - SurrealDB Typescript generator. Matches your raw `.surql` queries against your schema to generate strongly typed queries & parameters. +- [surreal-codegen](https://github.com/siteforge-io/surreal-codegen) - SurrealDB Typescript type-safe client generator which extends the official SurrealDB package. Matches your raw `.surql` queries against your schema to generate strongly typed queries & parameters. ## Deployment tools - [Dokku Surrealdb](https://github.com/IgnisDa/dokku-surrealdb) - A plugin to deploy SurrealDB as a [Dokku](https://dokku.com) plugin.