Versions in this module Expand all Collapse all v0 v0.1.3 Jul 31, 2025 Changes in this version + type Pod struct + func NewPod(ctx context.Context, opts ...PodOption) (Pod, error) + func (p Pod) Client() *sql.DB + func (p Pod) Close() error + type PodOption func(*podOptions) + func WithPodDatabaseName(databaseName string) PodOption + func WithPodImageTag(imageTag string) PodOption + func WithPodMigrationsFS(fs fs.FS) PodOption + func WithPodSeedFS(fs fs.FS) PodOption