Documentation ¶
Index ¶
- Constants
- func LoadActivePhrases(db *sql.DB, lang string) ([]translate.Phrase, error)
- func LoadAllPhrases(db *sql.DB) ([]translate.Phrase, error)
- func OpenDb(withMigrate bool) (*sql.DB, error)
- func SavePhrase(db *sql.DB, phrase *translate.Phrase) error
- func SetPhrasesStatus(db *sql.DB, lang, status string) error
Constants ¶
View Source
const (
EnvDatabase = "VOCABACOV_DB_PATH"
)
Variables ¶
This section is empty.
Functions ¶
func LoadActivePhrases ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.