Versions in this module Expand all Collapse all v1 v1.1.0 Jul 23, 2026 Changes in this version + func ColumnExists(ctx context.Context, db *sql.DB, driver Driver, tableName, columnName string) (bool, error) + func OpenEnt(driver Driver, source string) (*ent.Client, error) + func OpenSQL(driver Driver, source string) (*sql.DB, error) + func TableExists(ctx context.Context, db *sql.DB, driver Driver, tableName string) (bool, error) + type Driver string + const MySQL + const Postgres + func NormalizeDriver(value string) (Driver, error) + func (d Driver) String() string