Does it will it support management of users and permissions? I always struggle with those on the cli
Adding user and permission support shouldn't be hard. What database are you using? We can put it on our next roadmap.
Show HN: Outerbase Studio – Open-Source Database GUI
31–40 of 153 posts
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#32This is neat. I love the support for both Postgresql and Sqlite and explicit support for Cloudflare D1.
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#33Earlier quoted context omitted.
AGPL still only requires you to share the code if you’re sharing the fork in some form (binary or networked).
"or networked"
You can still do the above, and even charge for it! You’re just in the “hosted software” business, not the embrace-extend-extinguish business.
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#34Re: Show HN: Outerbase Studio – Open-Source Database GUI
#35For years I've wondered why a general purpose, high quality, good UX, browser based DB browser has not existed. I've implemented 3 such (not general-purpose) browsers in my career. But I'd be really happy to stop doing that and use this instead. I would love to see a Firestore driver implemented (maybe I'll take a crack at it some day), as I'm stuck in GCP land for the time being.
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#36For years I've wondered why a general purpose, high quality, good UX, browser based DB browser has not existed. I've implemented 3 such (not general-purpose) browsers in my career. But I'd be really happy to stop doing that and use this instead. I would love to see a Firestore driver implemented (maybe I'll take a crack at it some day), as I'm stuck in GCP land for the time being.
I've never used Firestore directly, but I did see Firebase's recent announcement about Data Connect. It seems like it could act as a bridge to bring your data into Outerbase. Do you think that would work?
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#37Earlier quoted context omitted.
"or networked"
Yes, it prevents the AWS case where you take a GPL product, put it behind an API gateway, and suddenly you’re under no obligation to share your changes even though they’re still sharing the product. This product in particular would excel as SaaS, and Outerbase already sells one of those — they’re not going to give you their product, white-label! You’d have to also share your mods, or link to the original. You can sti…
We love open-source and want to give back fully to the community. The AGPL felt like the most open license that still protects against outright theft — something we’ve unfortunately experienced in the past.
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#38Any plans to use tauri? That way you can use the native os web view, plus cut the overhead of electron
I'll have to look into it again, it could have just been a skill issue.
Re: Show HN: Outerbase Studio – Open-Source Database GUI
#39Any plans to use tauri? That way you can use the native os web view, plus cut the overhead of electron
Great point, I am a big fan of how lightweight Tauri is. We have used it in the past but have got hung up on some of the browser APIs not being supported. I'll have to look into it again, it could have just been a skill issue.
As much as the performance and lightweight aspects of Tauri are great we also have to weight the consistency of user experience which Electron gives having Chromium built into it. All that said... it's worth us taking a second look to see if Tauri will work for us in this use case!