Documentation
¶
Index ¶
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColumnExists ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.