Documentation
¶
Overview ¶
Package goquestorage provides task storage implementations for different database backends.
Index ¶
Constants ¶
View Source
const ( // PgDriver represents the PostgreSQL database driver. PgDriver = "postgres" // MysqlDriver represents the MySQL database driver. MysqlDriver = "mysql" SqliteDriver = "sqlite3" )
Database driver constants.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.