Embedding ScrivaDB in your Go program
Most people meet ScrivaDB as a server on :5433. But if your program is written in Go and is the only writer, you can skip the server entirely — go get the engine, call Open, and get a real database in-process. No daemon, no network, no gRPC in your binary.