//
pkg.gl
Category
github.com/chiehting/db-migrate
sqlparse
package
1.0.1
Repository:
https://github.com/chiehting/db-migrate.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
210 SLOC
#
README
SQL migration parser
Based on the
goose
migration parser.
License
This library is distributed under the
MIT
license.
#
Functions
ParseMigration
Split the given sql script into individual statements.
#
Variables
LineSeparator
LineSeparator can be used to split migrations by an exact line match.
#
Structs
ParsedMigration
No description provided by the author