We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61cf93 commit c2b6d71Copy full SHA for c2b6d71
README.md
@@ -21,7 +21,7 @@ However, it does not limit the mapped Python type to be `dict` or `list`.
21
to help track mutations on nested `dict` or `list` data structures.
22
However, the db type is limited to `JSON(B)`.
23
24
-* Also, I would like the mapped Python types can be subclasses of the Pydantic BaseModelModel,
+* Also, I would like the mapped Python types can be subclasses of the Pydantic BaseModel,
25
which have strong schemas, with the db type be schema-less JSON.
26
27
0 commit comments