slazer2au@lemmy.world to LinkedinLunatics@sh.itjust.worksEnglish · 1 month agoLiking any of these indicates a belief system I don't agree withsopuli.xyzimagemessage-square74fedilinkarrow-up1259arrow-down14file-text
arrow-up1255arrow-down1imageLiking any of these indicates a belief system I don't agree withsopuli.xyzslazer2au@lemmy.world to LinkedinLunatics@sh.itjust.worksEnglish · 1 month agomessage-square74fedilinkfile-text
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-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up24arrow-down1·1 month ago ORM’s Place ALL of the business logic in stored procedures. Eliminate the backend. Make the front end connect directly to the database. Profit Introduce tons of bugs and terrible performance. Database is compromised within five minutes of going live.
minus-squareaubeynarf@lemmynsfw.comlinkfedilinkarrow-up6·edit-21 month agoNo, just write a repository to expose domain operations and implements them using SQL directly. Trying to fake OO object graphs against a RDBMS with a super-complex and leaky ORM is just painful.
minus-squareJack@slrpnk.netlinkfedilinkarrow-up4·1 month agoI have for years been pumped to create a sql only side project or sql + frontend
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up2·1 month agoPlease don’t. I self-host actual budget, and they compile SQLite to WASM to use it in the FE. That just feels… wrong.
minus-squareJack@slrpnk.netlinkfedilinkarrow-up1·1 month agoThere are some other options as well: https://youtu.be/3JW732GrMdg
ProfitNo, just write a repository to expose domain operations and implements them using SQL directly. Trying to fake OO object graphs against a RDBMS with a super-complex and leaky ORM is just painful.
I have for years been pumped to create a sql only side project or sql + frontend
Please don’t. I self-host actual budget, and they compile SQLite to WASM to use it in the FE. That just feels… wrong.
https://github.com/PostgREST/postgrest
There are some other options as well: https://youtu.be/3JW732GrMdg