migrate

package
v0.0.0-...-85b3044 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Only support mysql database

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	MySQL struct {
		Username     string `yaml:"Username"`
		Password     string `yaml:"Password"`
		Host         string `yaml:"Host"`
		DBName       string `yaml:"DBName"`
		Charset      string `yaml:"Charset"`
		ParseTime    bool   `yaml:"ParseTime"`
		MaxIdleConns int    `yaml:"MaxIdleConns"`
		MaxOpenConns int    `yaml:"MaxOpenConns"`
	} `yaml:"MySQL"`
}

Jump to

Keyboard shortcuts

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