Documentation
¶
Overview ¶
Package mssql
Index ¶
- func BackupDatabase(host, user, password, database, filename string) error
- func CheckConnection(host, user, password string) error
- func GetDatabases(host, user, password string) ([]domain.DBItem, error)
- func InspectBackupFile(host, user, password, file string) (domain.BackupEntry, error)
- func ListBackupFilesInContainer(host, user, password string) ([]domain.BakFile, error)
- func RestoreDatabase(host, user, password, backupFile, newDBName, mdfName, ldfName string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupDatabase ¶
func CheckConnection ¶
func InspectBackupFile ¶
func InspectBackupFile(host, user, password, file string) (domain.BackupEntry, error)
func RestoreDatabase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.