pub fn generate(args: GenerateArgs) -> Result<(), Vec<String>>Expand description
Generate Rust code for migrations and queries, also saves schema type information for use by queries.
ยงReturns
- Error - a list of validation or generation errors that occurred