# Functions
CleanQuery cleans sql query from double white space, comments and leading/trailing spaces.
New creates a new SQLDB instance.
NewCockroachDB creates a new instance of the CockroachDB database engine.
NewMariaDB creates a new instance of the MariaDB database engine.
NewMySQL creates a new instance of the MySQL database engine.
No description provided by the author
NewPostgres creates a new instance of the Postgres database engine.
NewSQLite3 creates a new instance of the SQLite3 database engine.
# Structs
CockroachDB represents the CockroachDB database engine.
CockroachDBOptions holds options for the CockroachDB database engine.
MariaDB represents the MariaDB database engine.
MariaDBOptions holds options for the MariaDB database engine.
MySQL represents the MySQL database engine.
MySQLOptions holds options for the MySQL database engine.
No description provided by the author
Postgres represents the Postgres database engine.
PostgresOptions holds options for the Postgres database engine.
QueryResult holds the result of an SQL query.
SQLDB represents an SQL database.
SQLDBOptions holds options for the SQLDB.
SQLite3 represents the SQLite3 database engine.
SQLite3Options holds options for the SQLite3 database engine.
# Interfaces
Engine defines the interface for an SQL database engine.