slazer2au@lemmy.world to LinkedinLunatics@sh.itjust.worksEnglish · 9 days agoLiking any of these indicates a belief system I don't agree withsopuli.xyzimagemessage-square80fedilinkarrow-up1263arrow-down13file-textcross-posted to: programmingcirclejerk
arrow-up1260arrow-down1imageLiking any of these indicates a belief system I don't agree withsopuli.xyzslazer2au@lemmy.world to LinkedinLunatics@sh.itjust.worksEnglish · 9 days agomessage-square80fedilinkfile-textcross-posted to: programmingcirclejerk
cross-posted from: https://sopuli.xyz/post/24303260 URL: https://www.linkedin.com/posts/michelesollecito_in-my-own-company-i-wouldnt-hire-anyone-activity-7309491565603835904-uBhX
minus-squareasdfasdfasdf@lemmy.worldlinkfedilinkarrow-up2·7 days agohttps://github.com/launchbadge/sqlx Not an ORM, but uses Rust’s compile time macros so you can write raw SQL and it will type check everything against either a real database connection or a JSON cache of the database’s schema. Absolute best of both worlds.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up2·7 days agoThat sounds really nice, I’ll have to check it out.
https://github.com/launchbadge/sqlx
Not an ORM, but uses Rust’s compile time macros so you can write raw SQL and it will type check everything against either a real database connection or a JSON cache of the database’s schema.
Absolute best of both worlds.
That sounds really nice, I’ll have to check it out.