Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DriverName ¶ added in v1.2.1
DriverName maps the dialect-style names accepted in .quark.yml (and by `quark init --dialect`) to the database/sql driver names actually registered in this binary. `quark init` writes `driver: postgresql`, but the registered PostgreSQL driver is pgx, so passing the config value straight to sql.Open fails with `unknown driver "postgresql"`. Unknown names pass through untouched so custom drivers keep working.
func GetAdminQuarkClient ¶
func GetQuarkClient ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.