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

Add JSONB field support #197

Open
pikhovkin opened this issue Sep 7, 2024 · 2 comments
Open

Add JSONB field support #197

pikhovkin opened this issue Sep 7, 2024 · 2 comments

Comments

@pikhovkin
Copy link

Add JSONB field support

@Marginy605
Copy link
Contributor

@pikhovkin Hello, could you give more details of use cases?

@pikhovkin
Copy link
Author

pikhovkin commented Dec 3, 2024

For example, I want queries like these to work

SELECT * FROM json_test WHERE data -> 'b' > '1';
SELECT event -> 'my_kpi' -> 'kpi1' as integer FROM json_test;

This will be enough if it works for PostgreSQL and TimescaleDB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants