Documentation Index
Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Make sure your project is using Go Modules (it will have ago.mod file in its root if it is)
pandabase-go in a Go program with import:
go commands (build/install/test). The Go toolchain will resolve and fetch the pandabase-go module automatically.
Alternatively, you can also explicitly go get the package into a project:
