Documentation
¶
Overview ¶
Package resolve maps connection aliases, URLs, and file paths to concrete driver connections. Separated from the driver package to avoid import cycles.
File layout:
- resolve.go: top-level Resolve dispatch (alias / ad-hoc / config).
- policy.go: write permission, credential validation helpers.
- urlparse.go: generic host:port URL parser used by ad-hoc paths.
- connect_pg.go / connect_mysql.go / connect_snowflake.go / connect_mssql.go / connect_file.go: per-driver Connect wiring.
Adding a new driver: add an entry to driver.Registry and a new connect_<driver>.go here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.