Closed
Description
Currently reading from a postgres database that has data in hstore format, I get
PanicException: not implemented: hstore
Hstore is a key-value format, similar to jsonb. https://www.postgresql.org/docs/14/hstore.html
Supporting it could be a worthwhile addition. It could be parsed into a dictionary or passed through as a string.
Metadata
Metadata
Assignees
Labels
No labels