haskell-beam/beam

Composite PK support

Offen

#792 geöffnet am 09.04.2026

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (191 Forks)auto 404
docsgood first issuehelp wanted

Repository-Metriken

Stars
 (631 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

From the docs, it's unclear if Beam supports composite PKs -- i.e. primary keys which reference two or more columns. I imagine there are different ways of doing this (perhaps a product type, perhaps a tuple), but without being too familiar with type families and Beam internals, I'm not able to figure out how to do this

Contributor Guide