Hi,
Are there any existing frameworks/libraries that would combine Python 3.x dataclasses-based object descriptions with ZODB?
Outside ZODB there are dataclasses-json and FastAPI libraries. I have been out of touch with ZODB ecosystem for a long time, but I could use this as a replacement for flat files and sqlite for some use cases. The main benefit is less code to write, simpler and more standardised object descriptions.
Br,
Mikko