Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use enumerable types other than Array #90

Open
vladfaust opened this issue Apr 13, 2019 · 0 comments
Open

Allow to use enumerable types other than Array #90

vladfaust opened this issue Apr 13, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@vladfaust
Copy link
Member

vladfaust commented Apr 13, 2019

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 vladfaust added the enhancement New feature or request label Apr 13, 2019
@vladfaust vladfaust added this to the 0.8.0 milestone Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant