qaz@lemmy.world to Programmer Humor@programming.devEnglish · 3 days agoWho needs MongoDB when you have JSONB?lemmy.worldimagemessage-square60fedilinkarrow-up1316arrow-down12
arrow-up1314arrow-down1imageWho needs MongoDB when you have JSONB?lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 3 days agomessage-square60fedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up34·2 days agowho needs any of that when you have microsoft access
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up15·2 days agoThere is actually an open source alternative for that in the Libreoffice suite called “Base”
minus-squareksh@aussie.zonelinkfedilinkarrow-up3·21 hours agoIs it actually any good for small personal projects? Just want someone who has used it to answer as I’m considering putting some work into it.
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up1·18 hours agoI tested it once and it didn’t really impress me. Perhaps you can try using something like Grist.
minus-squaretyfon@sh.itjust.workslinkfedilinkarrow-up5arrow-down1·2 days agoI have used libre office base and found it’s buggy mess. Not all drivers support all functions, so if you are wondering why some options are not present it’s probably adapter not supporting it. Errors and help are usually empty or super generic like ‘syntax incorrect’. Interface sometimes bugs out when long syntax is present in input fields Because of 1. It also doesn’t support all syntax from Microsoft SQL, MySQL etc. I sugest to use dbbever for any DB, it’s different but at least it’s not a buggy mess. Or pgAdmin for Postgresql. Or DB Browser for SQLite
who needs any of that when you have microsoft access
Ow, my integrity
There is actually an open source alternative for that in the Libreoffice suite called “Base”
Is it actually any good for small personal projects? Just want someone who has used it to answer as I’m considering putting some work into it.
I tested it once and it didn’t really impress me. Perhaps you can try using something like Grist.
I have used libre office base and found it’s buggy mess.
I sugest to use dbbever for any DB, it’s different but at least it’s not a buggy mess. Or pgAdmin for Postgresql. Or DB Browser for SQLite