Recently built an SQL studio interface to visualize SQL data... by Nnadi VictoryRecently built an SQL studio interface to visualize SQL data... by Nnadi Victory
Recently built an SQL studio interface to visualize SQL data...
Recently built an SQL studio interface to visualize SQL databases especially for folks who self-host their databases and would want a nice UI to interact with it !
This works for Bun runtime
Frontend is React + Vite and it's super fast and optimized for production and open source too
The main purpose of building this is to remove the friction of cli tools, or installing binary packages just to have a UI (mostly on the CLI which is bad UX)
With my tool "bun-sql-studio" all you have to do is run npx or bunx "bun-sql-studio" and you have a cool nice looking UI over your database spinned up immediately !
Recently built an SQL studio interface to visualize SQL databases especially for folks who self-host their databases and would want a nice UI to interact wit...