Provide import statement for Unique constraint
It's not clear from the docs example where the constraint lives.
This commit is contained in:
@@ -52,7 +52,9 @@ exception.
|
||||
Uniqueness constraint is declared thusly:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
from datalite.constraints import Unique
|
||||
|
||||
@datalite("db.db")
|
||||
@dataclass
|
||||
class Student:
|
||||
|
||||
Reference in New Issue
Block a user