haskell-beam / haskell-beam/beam
SQLite supports full join, `is not distinct from`, `FILTER (WHERE ...)`, and CTEs.
Open
enhancement
- Dominant language
- Haskell
- Stars
- 635
- Forks
- 193
- PR merge metrics
- No merged PRs in 30d
Description
But, beam-sqlite backend doesn't seem to implement full join and `is not distinct from` and `FILTER (WHERE ...)` and common table expressions.
It's painful to read `CASE .. WHEN ..` instead of `is not distinct from` in generated SQL queries.
Implementing those will speed up sqlite queries.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.