Updating the DB Model ADR with some notes.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2023-11-14 17:13:31 -05:00
parent 2da8757db7
commit 7ae3ff0307

View File

@@ -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.