package
1.5.6
Repository: https://github.com/rocketlaunchr/query.git
Documentation: pkg.go.dev

# Structs

Adapter is a struct defining a few functions used by all adapters.
MysqlAdapter conforms to the query.Database interface.
PostgresqlAdapter conforms to the query.Database interface.
SqliteAdapter conforms to the query.Database interface.

# Interfaces

Database provides an interface for database adapters to conform to.