# Functions
Get is a package-level helper function that uses the DefaultAPI object.
NewAPI creates new API instance from dbscan.API instance.
NewDBScanAPI creates a new dbscan API object with default configuration settings for sqlscan.
NewRowScanner is a package-level helper function that uses the DefaultAPI object.
NotFound is a helper function to check if an error is `sql.ErrNoRows`.
ScanAll is a package-level helper function that uses the DefaultAPI object.
ScanOne is a package-level helper function that uses the DefaultAPI object.
ScanRow is a package-level helper function that uses the DefaultAPI object.
Select is a package-level helper function that uses the DefaultAPI object.
# Variables
DefaultAPI is the default instance of API with all configuration settings set to default.
# Structs
API is a wrapper around the dbscan.API type.
RowScanner is a wrapper around the dbscan.RowScanner type.
# Interfaces
Querier is something that sqlscan can query and get the *sql.Rows from.