From 9348163cc9ef5552a7122a472c4e7b12cf484a19 Mon Sep 17 00:00:00 2001 From: ElecTwix <51170038+ElecTwix@users.noreply.github.com> Date: Sun, 21 May 2023 00:59:54 +0300 Subject: [PATCH] surrealdb added (#4893) * surrealdb added * move surrealdb to sql section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fe0c377..e748254e 100644 --- a/README.md +++ b/README.md @@ -803,6 +803,7 @@ _Libraries for building and using SQL._ - [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. - [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go. - [sqlhooks](https://github.com/qustavo/sqlhooks) - Attach hooks to any database/sql driver. +- [surrealdb.go](https://github.com/surrealdb/surrealdb.go) - SurrealDB Driver for Go. - [ydb-go-sdk](https://github.com/ydb-platform/ydb-go-sdk) - native and database/sql driver YDB (Yandex Database) ### NoSQL Database Drivers