qaz@lemmy.world to Programmer Humor@programming.devEnglish · 23 小时前Who needs MongoDB when you have JSONB?lemmy.worldexternal-linkmessage-square44fedilinkarrow-up1229arrow-down12
arrow-up1227arrow-down1external-linkWho needs MongoDB when you have JSONB?lemmy.worldqaz@lemmy.world to Programmer Humor@programming.devEnglish · 23 小时前message-square44fedilink
minus-squareqaz@lemmy.worldOPlinkfedilinkEnglisharrow-up10·15 小时前There is actually an open source alternative for that in the Libreoffice suite called “Base”
minus-squaretyfon@sh.itjust.workslinkfedilinkarrow-up3·8 小时前I 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
There is actually an open source alternative for that in the Libreoffice suite called “Base”
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