funsies/orm_gen
Functions
pub fn create_by_id(
path: String,
table: Table,
) -> Result(Nil, FileError)
pub fn create_get_all(
path: String,
table: Table,
) -> Result(Nil, FileError)
pub fn create_insert(
path: String,
table: Table,
) -> Result(Nil, FileError)
uses the insert template to create a type-safe insert function!