Functionsยง
- is_
builtin - Returns true if the udt_name is a known PostgreSQL builtin type (i.e., not a fallback to String).
- map_
type - map_
type_ qualified - Map a PG type name to a Rust type, respecting
udt_schemawhen present so that two schemas declaring the same name (e.g.auth.rolevsbilling.role) resolve to distinct Rust idents.