Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DriverForScheme ¶
Most SQL drivers expect the driver name to appear as the scheme in the database source URL; for instance, `postgres://host:2345`. However, cznic/ql uses the schemes "file" and "memory" (or just a bare path), and names its drivers `ql` and `ql-mem`. So we can deal just with URLs, translate these where needed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.