db/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)
Search Document