haskell-beam/beam

Composite PK support

Aberta

#792 aberto em 9 de abr. de 2026

 (2 comentários) (0 reação) (0 responsável)Haskell (191 forks)auto 404
docsgood first issuehelp wanted

Métricas do repositório

Stars
 (631 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador