irelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 12 hours ago: (lemmy.dbzer0.comimagemessage-square24fedilinkarrow-up1203arrow-down12
arrow-up1201arrow-down1image: (lemmy.dbzer0.comirelephant [he/him]@lemmy.dbzer0.com to Programmer Humor@programming.dev · 12 hours agomessage-square24fedilink
minus-squareirelephant [he/him]@lemmy.dbzer0.comOPlinkfedilinkarrow-up8·10 hours 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-squareqevlarr@lemmy.worldlinkfedilinkarrow-up1·20 minutes agoThis is sqlite’s intended use case. To replace configure files and local data
minus-squareRustyNova@lemmy.worldlinkfedilinkarrow-up10·9 hours agoI use rust’s SQLx which map bools to numbers so it must be a problem with your connector maybe
minus-squareWhyJiffie@sh.itjust.workslinkfedilinkEnglisharrow-up1·31 minutes agousername checks out so it must be a problem with your connector maybe or with their programming language
minus-squareirelephant [he/him]@lemmy.dbzer0.comOPlinkfedilinkarrow-up4·8 hours agoYeah I should probably open an issue.
minus-squarenilloc@discuss.tchncs.delinkfedilinkEnglisharrow-up5·9 hours 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.
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.
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
username checks out
or with their programming language
Yeah I should probably open an issue.
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.