Categorygithub.com/timpratim/surrealdb.go
modulepackage
0.0.3
Repository: https://github.com/timpratim/surrealdb.go.git
Documentation: pkg.go.dev

# README

surrealdb.go

The official SurrealDB library for Golang.

Go Reference

# Functions

New Creates a new DB instance given a WebSocket URL.
Unmarshal loads a SurrealDB response into a struct.
UnmarshalRaw loads a raw SurrealQL response returned by Query into a struct.

# Variables

No description provided by the author
nolint:stylecheck.

# Structs

DB is a client for the SurrealDB database that holds are websocket connection.
Patch represents a patch object set to MODIFY a record.
No description provided by the author