agentm/project-m36

Consider making a library of relational shortcuts

Open

#42 opened on Aug 31, 2016

View on GitHub
 (21 comments) (0 reactions) (1 assignee)Haskell (46 forks)batch import
help wanted

Repository metrics

Stars
 (776 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Typing out the relational algebra operators can be tedious. We could make it less tedious by integrating with Haskell language features such as infix operators for binary operators and optionally tighter type checking (with attribute names) for common cases. Examine vinyl-records for type-checking.

Contributor guide