package
0.0.0-20241108070752-1e344aca8243
Repository: https://github.com/17media/sql-migrate.git
Documentation: pkg.go.dev

# README

SQL migration parser

Based on the goose migration parser.

License

This library is distributed under the MIT license.

# Functions

ParseAlterQuery make alter query to struct.
Split the given sql script into individual statements.

# Variables

LineSeparator can be used to split migrations by an exact line match.

# Structs

No description provided by the author