| ▲ | giovannibonetti 2 hours ago | |
You might be interested in a library that flips around the concept of an ORM, like sqlc [1] or aiosql [2]. You specify just what you want from the database, without needing to couple so much API with database tables. [1] https://sqlc.dev/ [2] https://nackjicholson.github.io/aiosql/ | ||