sql icon indicating copy to clipboard operation
sql copied to clipboard

Allow to use enumerable types other than Array

Open vladfaust opened this issue 5 years ago • 0 comments

Use-case – unknown structure JSON:

type payload : Hash(String, String), converter: PG::JSONB(Hash(String, String))

Or unique enumerables as set:

type tags : Set(String), converter: PG::Set(String)

vladfaust avatar Apr 13 '19 11:04 vladfaust