grimoire v0.0.2 Grimoire.Render.Lists

verb: write | render noun: tables, columns, fields, diff_create_tables, diff_delete_columns, etc

render + singular noun will return a string render + plural nouns will return a list of strings write + singular noun will write one string to one file write + plural nouns will write multiple files

Link to this section Summary

Link to this section Functions

Link to this function

build_string(verb, noun, args, input)

Link to this function

render_changed_tables(config, template)

Link to this function

render_columns(config, tkey, template)

Link to this function

render_create_tables(config, template)

Link to this function

render_delete_tables(config, template)

Link to this function

render_joins(config, tkey, template)

Link to this function

render_table_template(config, tkey, template)

Link to this function

write_diff(config, template, path)

Link to this function

write_tables(config, template, path)