psqlloader

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeDB

func InitializeDB(configPath string) error

Types

type Config

type Config struct {
	Files []struct {
		Database      string `json:"databaes"`
		Table         string `json:"table"`
		Schema        string `json:"schema"`
		Data          string `json:"data"`
		ExpectedCount int    `json:"count"`
	} `json:"files"`
}

func (Config) String

func (t Config) String() string

Jump to

Keyboard shortcuts

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