package
1.0.1
Repository: https://github.com/apus-run/van.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
Connect to a database and verify with a ping.
DefaultOptions .
MustConnect connects to a database and panics on error.
No description provided by the author
ReverseMap just reverse the safemap from [key, value] to [value, key].
WithDriver .
WithDSN .

# Constants

The Driver Type of native client.
The Driver Type of native client.
The Driver Type of native client.
The Driver Type of native client.
The Driver Type of native client.
The Driver Type of native client.

# Variables

DriverTypeMap is the safemap of driver [name, driver].

# Structs

Config is the database configuration.
DB extends the original sqlx.DB.
No description provided by the author
Result .
Row .
Tx extends the original sqlx.Tx.

# Interfaces

No description provided by the author
Modeler provides information of table.
Transaction 事物接口.

# Type aliases

Driver is the client driver.
Option is the database configuration option.