alevy / postgresql-orm

An Haskell ORM (Object Relational Mapping) and migrations DSL for PostgreSQL.
http://simple.cx
GNU General Public License v3.0
78 stars 12 forks source link

UUID primary key? #30

Open MarkJr94 opened 6 years ago

MarkJr94 commented 6 years ago

I was considering porting a project to haskell but I absolutely need UUID primary keys. Is this possible? If not, how can I help?