HamedMasafi / Nut

Advanced, Powerful and easy to use ORM for Qt
GNU Lesser General Public License v3.0
294 stars 75 forks source link

Draft of support for the unique constraint #95

Closed JackLilhammers closed 4 years ago

JackLilhammers commented 4 years ago

Adds support for the UNIQUE constraint

JackLilhammers commented 4 years ago

Hi, I'm fairly ignorant about ORMs but I'd liked to use this one, because it seems quite simple and has the right license. Unfortunately the lack of support for the unique constraint is kind of a deal breaker for me, so I've tried to add it mirroring how notNull and isAutoIncrement are implemented. Does this make any sense to you?

HamedMasafi commented 4 years ago

Hi Thanks for contribution, the PR was merged