Functionsยง
- check_
variant_ collisions - Detect two SQL enum variants that collapse to the same Rust identifier after
to_upper_camel_case(e.g."foo bar"and"foo_bar"both becomeFooBar). Returns an error pointing at the offending pair so the user can rename one side in the database before regenerating. - generate_
enum - generate_
enum_ with_ schema