core

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionCreds

type ConnectionCreds struct {
	Host     string
	Port     int16
	Database string
	Username string
	Password string
	SSL      bool
}

type Manager

type Manager struct {
	OutputFilename *string
	Database       *sql.DB
	Options        *Options
}

func NewManager

func NewManager(outputFile *string, connData *ConnectionCreds, options *Options) (Manager, error)

func (Manager) Compress

func (m Manager) Compress()

func (Manager) Pack

func (m Manager) Pack() error

type Options

type Options struct {
	DataOnly   bool
	Compress   bool
	RecordMode string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL