package
2.46.0
Repository: https://github.com/hasura/graphql-engine.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Validate file to check for empty sql or yaml content.
No description provided by the author
Open returns a new driver instance.
Parse returns Migration for matching Regex pattern.
Parsev2 returns Migration for matching Regex (only sql) pattern.
Register globally registers a driver.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Regex matches the following pattern: 123_name.up.ext 123_name.down.ext.
No description provided by the author

# Structs

Migration is a helper struct for source drivers that need to build the full directory tree in memory.
Migrations wraps Migration and has an internal index to keep track of Migration order.

# Interfaces

Driver is the interface every source driver must implement.

# Type aliases

Direction is either up or down.
Parser to parse source files.