Documentation
¶
Overview ¶
Package postgres contains repository implementations using PostgreSQL as the underlying database.
Index ¶
- func Migration() *migrate.MemoryMigrationSource
- func NewBindingRepository(db postgres.Database, log *slog.Logger) bootstrap.BindingStore
- func NewConfigRepository(db postgres.Database, log *slog.Logger) bootstrap.ConfigRepository
- func NewProfileRepository(db postgres.Database, log *slog.Logger) bootstrap.ProfileRepository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBindingRepository ¶ added in v0.30.0
NewBindingRepository instantiates a PostgreSQL implementation of BindingStore.
func NewConfigRepository ¶
NewConfigRepository instantiates a PostgreSQL implementation of config repository.
func NewProfileRepository ¶ added in v0.30.0
NewProfileRepository instantiates a PostgreSQL implementation of ProfileRepository.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.