database

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect(databaseURL string) (*gorm.DB, error)

func Migrate

func Migrate(db *gorm.DB, provider, model string, dimensions int, td TenantColumnDefaults) error

Types

type TenantColumnDefaults

type TenantColumnDefaults struct {
	StalenessMode      string
	DuplicateGuard     bool
	CleanupScanEnabled bool
}

TenantColumnDefaults are the operator-chosen DB-level defaults for the three per-tenant toggles. Migrate applies them via ALTER COLUMN SET DEFAULT after AutoMigrate, so raw INSERTs into tenants pick up the deploy-time choice.

Jump to

Keyboard shortcuts

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