diff --git a/docs/adrs/008-db-models.md b/docs/adrs/008-db-models.md index 1f7ee19..2516a43 100644 --- a/docs/adrs/008-db-models.md +++ b/docs/adrs/008-db-models.md @@ -17,3 +17,5 @@ Accepted ## Consequences Not sure at this time. Dataclass implementation in SQLAlchemy is a new thing. + +Because of issues surrounding the differences between Pydantic and SQLAlchemy's models, these will need to be separate at this time. Eventually, when SQLModel gets updated to handle Pydantic 2.0+ and SQLAlchemy 2.0+, then this can be revised and updated to use SQLModel.