adnelson / requery

A SQL query builder written in ReasonML
BSD 3-Clause "New" or "Revised" License
29 stars 0 forks source link

QueryBuilder functions for table level constraints #7

Closed adnelson closed 5 years ago

adnelson commented 5 years ago

Currently we can only create constraints like UNIQUE or PRIMARY KEY on individual column definitions, but there should be functions in QueryBuilder to do things like UNIQUE (columnA, columnB)

adnelson commented 5 years ago

Done with #10