class Dbee::Model::Constraints
Top-level class that allows for the making of constraints. For example, you can call this as:
-
Constraints.make(type: :reference, name: :id, parent: some_id)
-
Constraints.make(type: :static, name: :genre, value: :comedy)