SQLite can support this, I think. e.g. `UNIQUE(field_a, field_b)` would require the composite of `field_a` and `field_b` to be unique.