Support ingesting postgres enum and domain types
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
As far as postgres custom data types go, enum types and domain types are the most straight-forward to support and the most commonly used in the wild. Dozer should support ingesting enum types as strings and domain types as the underlying data type.
Contributor guide
Assessment
This issue has not been assessed yet.