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