beam
beam copied to clipboard
Implement SQL features in beam-sqlite.
This was recreated from https://github.com/haskell-beam/beam/pull/655 after accidentally deleting my beam fork along with other repositories.
- T152, T152 // IS (NOT) DISTINCT FROM
- FULL OUTER JOIN
- SQL2003 Null Ordering
- Common Table Expression
- Window functions
- Filter clause //
FILTER (WHERE ...)
It closes https://github.com/haskell-beam/beam/issues/648