irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 1 month ago: (lemmy.dbzer0.comimagemessage-square31linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 1 month agomessage-square31linkfedilink
minus-squareirelephant [he/him]@lemmy.dbzer0.comOPlinkfedilinkarrow-up0·1 month agoIn my case, I want to use sqlite locally, for development, but I don’t want to add a load of jank to handle booleans for sqlite.
minus-squarenilloc@discuss.tchncs.delinkfedilinkEnglisharrow-up0·1 month agoThat’s what I like about Ruby ORMs. They did all the conversion for you, and you could have SQLite on your dev box, Postgres on the test server and MySQL on the annoying production host that wouldn’t run anything else. This was 18 years ago though.
minus-squareqevlarr@lemmy.worldlinkfedilinkarrow-up0·1 month agoThis is sqlite’s intended use case. To replace configure files and local data
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up0·1 month agoI use rust’s SQLx which map bools to numbers so it must be a problem with your connector maybe
minus-squareirelephant [he/him]@lemmy.dbzer0.comOPlinkfedilinkarrow-up0·1 month agoYeah I should probably open an issue.
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up0·1 month agousername checks out so it must be a problem with your connector maybe or with their programming language
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up0·1 month agoI actually started using rust well after picking this username :P
In my case, I want to use sqlite locally, for development, but I don’t want to add a load of jank to handle booleans for sqlite.
That’s what I like about Ruby ORMs. They did all the conversion for you, and you could have SQLite on your dev box, Postgres on the test server and MySQL on the annoying production host that wouldn’t run anything else.
This was 18 years ago though.
This is sqlite’s intended use case. To replace configure files and local data
I use rust’s SQLx which map bools to numbers so it must be a problem with your connector maybe
Yeah I should probably open an issue.
username checks out
or with their programming language
I actually started using rust well after picking this username :P