electric-sql / electric-sql/electric
Support json/jsonb operators in where clauses
Open
- Dominant language
- TypeScript
- Stars
- 10.4k
- Forks
- 375
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 18
Description
Currently json/jsonb operators such as `->>` are not supported in where clauses, and common operators such as `=` are not supported on json/jsonb columns or values.
This has been requested by [Edward at Herd Labs](https://discord.com/channels/933657521581858818/933657523049885698/1357098465452101762)
Contributor guide
Assessment
This issue has not been assessed yet.