ormlette/ir/sql

This module helps convert the IR defined in ir/ir to SQL strings.

Functions

pub fn helper(column: ColumnIR) -> String

This needs a better name. But, it basically helps determine the SQL type of a column.

pub fn to_sql(table_ir: TableIR) -> String

This converts IR to SQL

Search Document