Versions in this module Expand all Collapse all v0 v0.1.1 Jul 1, 2024 v0.1.0 Jul 1, 2024 Changes in this version + type Repository struct + func NewRepository(db *sqlx.DB) Repository + func (r Repository) EnsureCreated() error + func (r Repository) ExecuteMigrations(groups []types.Group) error + func (r Repository) GetMigrationsByGroup(groupId int) ([]string, error) + func (r Repository) SummarizeMigrations() ([]types.GroupSummary, error)