# Functions

New creates a new connection to the database.
NewPool creates a new connection pool to the database.

# Constants

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

# Structs

No description provided by the author

# Interfaces

DB is an interface that can be used to execute queries and commands, and also to send batches.
Queryable is an interface that can be used to execute queries and commands.
TxQueryable is an interface that can be used to execute queries and commands within a transaction.