cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
755 stars 31 forks source link

Support for type mapping #246

Open duarten opened 2 months ago

duarten commented 2 months ago

Similar to Kanel's customTypeMap. This would allow treating PG extension types as some other types that they behave as (e.g., map public.ulid to String).