qaz@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agoWho needs MongoDB when you have JSONB?lemmy.worldimagemessage-square60fedilinkarrow-up1330arrow-down13
arrow-up1327arrow-down1imageWho needs MongoDB when you have JSONB?lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 1 month agomessage-square60fedilink
minus-squaresunbeam60@lemmy.mllinkfedilinkarrow-up22·1 month agoI’m confused about your SQLite troubles … it compiles for pretty much everything - as long as you have a file system mapping.
minus-squarePsaldorn@lemmy.worldlinkfedilinkarrow-up6·1 month agoIt’s not just me, but seems to affect Godot c# deployments to mobile https://github.com/godotengine/godot/issues/97859 Worked fine on desktop
minus-squaresunbeam60@lemmy.mllinkfedilinkarrow-up6·1 month agoAhh, it’s not an issue about SQLite but about whether the right libraries are bundled by Godot. Got it, that explains it.
minus-squarePsaldorn@lemmy.worldlinkfedilinkarrow-up1·1 month agoIt’s weird tho because everything looks like it’s there inside the apk. 🤷
I’m confused about your SQLite troubles … it compiles for pretty much everything - as long as you have a file system mapping.
It’s not just me, but seems to affect Godot c# deployments to mobile
https://github.com/godotengine/godot/issues/97859
Worked fine on desktop
Ahh, it’s not an issue about SQLite but about whether the right libraries are bundled by Godot. Got it, that explains it.
It’s weird tho because everything looks like it’s there inside the apk. 🤷