Versions in this module Expand all Collapse all v0 v0.0.2 Feb 27, 2025 v0.0.1 Feb 27, 2025 Changes in this version + type Config struct + Database string + Host string + Password string + Port int + User string + type MigrateDirection string + const MigrateDirectionDown + const MigrateDirectionUp + type Postgres struct + Vectors *vectors + func Open(cfg *Config, namespace, subsystem string) (*Postgres, error) + func (p *Postgres) Migrate(directory string, files *embed.FS, direction MigrateDirection) error