-
Notifications
You must be signed in to change notification settings - Fork 35
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
Can I query postgresql tables that have json columns in an easy way? #69
Comments
Hi @mastoj, currently it's not supported to have it directly as json type. I am afraid you'd have to do some additional |
Of course, if you would find a way, that could be a very handy feature ;) |
Hi @mastoj, just FYI, there is a new version in progress where you are more than welcome to add vendor-specific syntax and features. |
Hello, what is the status of this issue ? Thank you for your work |
Hi, there was no work on this yet, however, thanks to the separation between different providers on the syntax level, this can be added now (aka open to PR 😉) |
Great ! Would you give me broad directions on how to tackle this work ? I would not know where to add the serialization and deserialization support. |
I think you can check how the flow of transformation from custom syntax to SQL works for other keywords - it's not actually hard. Start with extending the syntax in computation expressions. Also write some tests so you know how it should look like from developer's perspective. |
@mackwic before you do any coding, would be good to understand in more detail what you are proposing. Maybe just tell us the signatures of the new functions you would expect. |
I think the subject summarize the question quite well. If I have a table with a jsonb column, can I map that somehow?
The text was updated successfully, but these errors were encountered: