package
0.1.0-dev.23
Repository: https://github.com/mohammadv184/gloader.git
Documentation: pkg.go.dev

# Packages

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

# 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.

# Constants

Asc is the ascending direction.
Desc is the descending direction.
Eq is the equal condition.
Ge is the greater than or equal condition.
Gt is the greater than condition.
Le is the less than or equal condition.
Lt is the less than condition.
Ne is the not equal condition.

# 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.

# Type aliases

Condition is a connection to a database.
Direction is direction of a sort.