Hacker News new | ask | show | jobs
by traverseda 1254 days ago
Right... so you're talking about mapping an object from your database to a pydantic object.

So you want an ORM, but you want it without a save method? Or presumably with a save method that can only be called under specific circumstances?