EctoExtractMigrations (ecto_extract_migrations v0.2.0) View Source
The main entry point is lib/mix/tasks/ecto_extract_migrations.ex. This module mainly has common library functions.
Link to this section Summary
Functions
Evaluate template file with bindings
Evaluate template file with bindings
Convert schema qualified name in list format to binary
Parse line from SQL file (Stream.transform function)
Convert NimbleParsec result tuple into simple ok/error tuple
Convert SQL name to Elixir module name
Expand template file to path under priv/templates
Link to this section Functions
Specs
Evaluate template file with bindings
Specs
Evaluate template file with bindings
Specs
Specs
Specs
Convert schema qualified name in list format to binary
Specs
Parse line from SQL file (Stream.transform function)
Specs
Convert NimbleParsec result tuple into simple ok/error tuple
Specs
Convert SQL name to Elixir module name
Specs
Expand template file to path under priv/templates