pub static DEFAULT_TYPEID_SQL_MAPPING: Lazy<HashSet<RustSqlMapping>>
Expand description

The default lookup for TypeIds to both Rust and SQL types via a RustSqlMapping.

This only contains types known to pgx, so it will not include types defined by things like PostgresType in the local extension.