haskell-beam/beam

Composite PK support

Ouverte

#792 ouverte le 9 avr. 2026

 (2 commentaires) (0 réaction) (0 personne assignée)Haskell (191 forks)auto 404
docsgood first issuehelp wanted

Métriques du dépôt

Stars
 (631 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur