surrealdb added (#4893)

* surrealdb added

* move surrealdb to sql section
This commit is contained in:
ElecTwix 2023-05-21 00:59:54 +03:00 committed by GitHub
parent e0e09563bf
commit 9348163cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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