Files
golibs/datastores/sql/migrate/migrate.go
Jacob Bohanon aceea44c90 Extract generic migration logic into datastores/sql/migrate package
Move database-agnostic migration logic (file discovery, version tracking,
bootstrap detection) into a shared migrate package behind a Dialect
interface, leaving postgres as a thin wrapper.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 20:10:11 -05:00

5.8 KiB