sqlupdate

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoSQLNeedUpdate = errors.New("no sql need update")
)

Functions

This section is empty.

Types

type SQLUpdate

type SQLUpdate struct {
	Project string
	Update  []UpdateRecord
}

sql更新

func (*SQLUpdate) GetSqls

func (s *SQLUpdate) GetSqls(filename, oldVersion, newVersion string) (string, error)

根据sql版本升级记录,新旧版本号,返回需要升级的sql

type UpdateRecord

type UpdateRecord struct {
	Version string `json:"version"`
	Author  string `json:"author"`
	File    string `json:"file"`
	Date    string `json:"date"`
}

更新记录

Jump to

Keyboard shortcuts

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