currently hstore extension is needed to import tags.
however json columns provide more or less the same functionality.
cockroachdb e.g. has no buioltin hstore functionality nor a hstore-extension, but instead could use jsonb columns for tags.
is there a way to utilize json columns instead of hstore, or is this feature planned?
Thanks in advance
currently hstore extension is needed to import tags. however json columns provide more or less the same functionality. cockroachdb e.g. has no buioltin hstore functionality nor a hstore-extension, but instead could use jsonb columns for tags. is there a way to utilize json columns instead of hstore, or is this feature planned? Thanks in advance