# Functions
Drivers returns all drivers.
No description provided by the author
GetDirectionFromString returns the direction from a string.
GetDriver returns a driver by name.
NewConnectionPool returns a new connection pool.
NewConnector returns a new connector.
Register registers a driver.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConnectionPool is a pool of connections.
Connector is database connector.
DatabaseDetail is the details of a data batch.
DataCollectionDetail is the details of a data collection.
DefaultFilterBuilder is a default implementation of FilterableConnection.
DefaultSortBuilder is the default implementation of SortableConnection.
Filter is a filter for a query.
Manager is a manager for drivers.
Sort is a sort for a query.
# Interfaces
Connection is a connection to a database.
Driver is a driver for a database.
FilterableConnection is a connection that can be filtered.
ReadableConnection is a connection to a database that can read data.
SortableConnection is a connection that can be sorted.
WritableConnection is a connection to a database that can write data.