Commit Graph

3 Commits

Author SHA1 Message Date
af85de2226 update to add tests 2026-02-20 20:54:33 -05:00
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
d403e18d25 initial commit 2026-02-13 00:09:11 -05:00