logoalt Hacker News

giovannibonettitoday at 12:08 AM1 replyview on HN

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/


Replies

nine_ktoday at 4:06 AM

Nice! But what about type checking?