Out of curiosity, what took you 10 years? Keen to hear your journey as someone building in the same space..
There were more learnings, like I should definitely have went fully open source at the start. It's harder to do later.
51–60 of 101 posts
Out of curiosity, what took you 10 years? Keen to hear your journey as someone building in the same space..
There were more learnings, like I should definitely have went fully open source at the start. It's harder to do later.
Congratulations on the launch! is there any write up on how it's different than other popular db management tools?
FYI Language: Java, GUI: Swing, Docking framework: DockingFrames (LGPL)
The messaging is quite confusing. The title makes it seem like it took you ten years to release a first version, but the website says it’s version 3.0 and claims it’s “the leading SQL Editor […]”¹. There is a GitHub repo² but the history is quite unhelpful, with a bunch of commits named the same and some older commits after newer ones. ¹ Unless it were the only one, it would be impossible to be leading right after la…
Some people judge project quality by commit number. The empty commits I did generate as I believe it more closely resembles the effort and commits that have been put into the project than if I left it on 10 commits starting 2 years ago.
Yet to find one of these (Microsoft SQL's query editor, Oracle's query editor, DBeaver, pgadmin 4) that I really like. The basic problem I have is that the structure of the typical relational db which uses primary and foreign keys (even if they aren't declared) is a graph. A user interface that lets me pick out individual tables and columns for one little query tab which gets lost in a sea of tabs just doesn’t cut it…
Edit: Actually your description reminded me of jailer: https://github.com/Wisser/Jailer Does that do what you want?
I have a genuine question, intended in good faith: why? Why spend 10 years working on this, only to give it way for free?
So they can collect your email address for marketing purposes. OXKCD#792
What's the ROI on building a free SQL editor in 10 years?
App crashes when opening the Settings on MacOS Sonoma (M2 Pro).
Congratulations, 10 years is an impressive effort. With regards to the AI capabilities, there is a lot more opportunity hidden besides text-to-SQL generation like query validation, fixing, optimziation, data generation etc. Perhaps these generators can inspire you: https://www.sqlai.ai/app
I'm impressed by the speed, it's probably the fastest such tool I've ever used. Congrats!