Documentation ¶
Index ¶
Constants ¶
View Source
const NULL = "NULL"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct { ConnectionInfo db.ConnectionInfo DatabaseSchema string OutputDir string AppIDs []string TableNames []string // contains filtered or unexported fields }
type Restorer ¶
type Restorer struct { ConnectionInfo db.ConnectionInfo DatabaseSchema string InputDir string AppIDs []string TableNames []string // contains filtered or unexported fields }
func NewRestorer ¶
Click to show internal directories.
Click to hide internal directories.