arbeitsgruppe-digitale-altnordistik / Sammlung-Toole

A new look on Handrit.is data
https://arbeitsgruppe-digitale-altnordistik.github.io/Sammlung-Toole/
MIT License
0 stars 0 forks source link

Use SQLModel for database stuff #119

Closed BalduinLandolt closed 1 year ago

BalduinLandolt commented 2 years ago

I just looked at SQLModel, a library from the Pydantic ecosystem. I think it looks very promising, I suggest we have a closer look at it sometime. Maybe we could test it out with the groups, as it is a much simpler database, and I already modelled groups as a dataclass, so rewriting it to a pydantic/sqlmodel dataclass should be easy enough. @kraus-s what do you think?