Documentation ¶ Index ¶ func SQL(driver SQLType, url string, query string) ([]string, error) func SQLUser(driver SQLType, url string, service string, username string) (types.UserEntry, error) func SQLWrite(driver SQLType, url string, user types.UserEntry, service string) error type SQLType Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SQL ¶ func SQL(driver SQLType, url string, query string) ([]string, error) func SQLUser ¶ func SQLUser(driver SQLType, url string, service string, username string) (types.UserEntry, error) func SQLWrite ¶ func SQLWrite(driver SQLType, url string, user types.UserEntry, service string) error Types ¶ type SQLType ¶ type SQLType string const ( MySQL SQLType = "mysql" SQLite SQLType = "sqlite3" Postgres SQLType = "postgres" ) Source Files ¶ View all Source files sql.go Click to show internal directories. Click to hide internal directories.