Documentation
¶
Overview ¶
Package mssql defines data models for Microsoft SQL Server interactions.
Index ¶
- func BackupDatabase(container, user, password, database, filename string) error
- func CheckConnection(container, user, password string) error
- func RestoreDatabase(container, user, password, backupFile, newDBName, mdfName, ldfName string) (string, error)
- type BackupEntry
- type BakFile
- type DBItem
- type LdfEntry
- type MdfEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackupDatabase ¶
func CheckConnection ¶
func RestoreDatabase ¶
Types ¶
type BackupEntry ¶
func InspectBackupFile ¶
func InspectBackupFile(container, user, password, file string) (BackupEntry, error)
Click to show internal directories.
Click to hide internal directories.