package
Version:
v0.0.0-...-4cb7bb4
Opens a new window with list of versions in this module.
Published: Jun 25, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package tu is the test utility for spinning up an isolated CockroachDB.
type Context struct {
DB *sql.DB
}
Context holds the test server and DB connection.
Setup starts a CockroachDB test server and runs the schema migration.
Ctx returns a context with the DB injected, the way pgctx.Middleware would.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.