Documentation ¶
Index ¶
- func ChangeDatabasePassword(path, password, newPassword string) error
- func DecryptDatabase(oldPath, newPath, password string) error
- func EncryptDatabase(oldPath, newPath, password string) error
- func GetDBFilename(db *sql.DB) (string, error)
- func InitializeDB(path, password string) (*sql.DB, error)
- func SetupTestMemorySQLDB(prefix string) (*sql.DB, error)
- func SetupTestSQLDB(prefix string) (*sql.DB, func() error, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeDatabasePassword ¶ added in v0.80.2
func DecryptDatabase ¶ added in v0.69.0
DecryptDatabase creates an unencrypted copy of the database and copies it over to the given directory
func EncryptDatabase ¶ added in v0.69.0
EncryptDatabase creates an encrypted copy of the database and copies it to the user path
func GetDBFilename ¶ added in v0.97.0
GetDBFilename takes an instance of sql.DB and returns the filename of the "main" database
func InitializeDB ¶
InitializeDB creates db file at a given path and applies migrations.
func SetupTestMemorySQLDB ¶ added in v0.97.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.