testdb

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package testdb provides a shared test database helper for fast, realistic testing against an in-memory SQLite database.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(t *testing.T) database.Database

New creates an in-memory SQLite database with all migrations applied. The database is automatically closed when the test finishes.

func NewPlain

func NewPlain(t *testing.T) database.Database

NewPlain creates an in-memory SQLite database without running migrations. Useful for tests that manage their own schema (e.g. the database package's own unit tests for Repository, Transaction, and Query).

func WithSchema

func WithSchema(t *testing.T, statements ...string) database.Database

WithSchema creates an in-memory SQLite database and executes the given SQL statements to set up a custom schema. Useful for database package tests that need specific table structures.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL