#1166·bun

[Tracking issue]: AutoMigrator Improvements

Author: bevzzzCreated Apr 10, 2025Updated Oct 20, 2025
Labelsstaleno stalebot
  • Replace ordered.Map with slices in public APIs (#1164)
  • Make migrate.comment and exported type (#1165)
  • Exclude foreign keys from database inspection (#1162)
  • Exclude tables /foreign keys that match a pattern (comment) (upd: foreign keys are not excluded by name)
  • Avoid redundant migrations for autoincrement column (#1159)
  • Add option to generate migration file names (comment)
  • ❔ Pass migrator options via WithMigratorOption instead of duplicating With<Option>Auto()