surrealdb.go
CategoryDatabase Drivers
SubcategoryRelational Database Drivers
Stars0
SurrealDB Driver for Go
About surrealdb.go
How to install
go get github.com/surrealdb/surrealdb.go
"Getting started" example
To connect to SurrealDB and perform data operations, please refer to example.
Using the SDK
To use the SDK, please refer to the documentation.
Contributing
You can run the Makefile commands to run and build the project:
make lint test
You also need to be running SurrealDB alongside the tests. We recommend using the nightly build, as development may rely on the latest functionality.
Links
Frequently Asked Questions
What is surrealdb.go?
surrealdb.go is a Database Drivers library for the Go programming language. SurrealDB Driver for Go
How do I install surrealdb.go?
Install surrealdb.go with the Go module system using `go get surrealdb/surrealdb.go`. Check the repository for the current installation instructions.
What category does surrealdb.go belong to?
surrealdb.go is listed under Database Drivers, specifically Relational Database Drivers.