ormlette

This is the CLI tool’s entry point TO use it, just run gleam run -m ormlette in your project, with the schema in the src/schema folder, named with the following rules:

Functions

pub fn gleam_run() -> Result(Nil, Nil)

This runs the generated file with gleam to actually create the necesary files

pub fn main() -> Result(Nil, Nil)

Creates the src/eggs directory and adds the files. Pretty cool! :)

Search Document