bottledwater-pg
bottledwater-pg copied to clipboard
Support Postgres complex datatypes
Postgres has good support for complex datatypes, such as arrays, geospatial datatypes, JSON, and even custom user-defined complex types. At the moment we have basic support for these types by just outputting the string representation of the value and including it in the Avro. It would be nice to use structured Avro datatypes instead.