migrations

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package migrations holds Githome's embedded SQL schema migrations and exposes them as a read-only filesystem for the store's migration runner.

File naming is "<version>_<name>.<dialect>.<direction>.sql", for example "0001_init.pg.up.sql" or "0001_init.sqlite.down.sql". The dialect token is "pg" or "sqlite"; the direction is "up" or "down".

Index

Constants

This section is empty.

Variables

FS is the read-only filesystem of embedded migration SQL files.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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