lykahb / groundhog

This library maps datatypes to a relational model, in a way similar to what ORM libraries do in OOP. See the tutorial https://www.schoolofhaskell.com/user/lykahb/groundhog for introduction
http://hackage.haskell.org/package/groundhog
176 stars 39 forks source link

Basic collection instances #97

Open yaitskov opened 4 years ago

yaitskov commented 4 years ago

There is no Embedded instance for Data.Set

lykahb commented 4 years ago

The PRs are welcome.