Top "Unique-constraint" questions

Unique-constraint is an index that sets one or multiple fields to be unique in a data entity

How to do multiple column unique-constraint in ormlite ( SQLite )

I'm using ormlite for Android and I'm trying to get a multiple column unique-constraint. As of now i'm only able …

sql sqlite unique-constraint ormlite
Can I conditionally enforce a uniqueness constraint?

My database contains a table of users. Every active user has a unique username. I'd like to be able to …

mysql unique-constraint