plsm v1.1.0 Plsm.IO.Export

Summary

Functions

Format the text of a specific table with the fields that are passed in. This is strictly formatting and will not verify the fields with the database

Generate the schema field based on the database type

Write the given schema to file

Functions

prepare(table, project_name)
prepare(Plsm.Database.Table, String.t) :: String.t
Format the text of a specific table with the fields that are passed in. This is strictly formatting and will not verify the fields with the database
type_output(field)
Generate the schema field based on the database type
write(schema, name, path \\ "")
write(String.t, String.t, String.t) :: Any
Write the given schema to file.