dbNet

dbNet is a web-based SQL IDE using Go as a backend, and your browser (or electron) as front-end. I built it because I was unsatisfied with the database clients out there. Alot of them are top-heavy, unituitive, slow or expensive. dbNet aims to be smart and useful especially for analysis and simply querying any SQL database.

See the GitHub Repo here: https://github.com/dbnet-io/dbnet

Getting Started

There are a few things to set prior to running the endpoint.

  1. Install dbNet (see the Installation page for more details)
  2. Set up your database connection(s) (see the Connections section for more details)
  3. Run the application with dbnet serve (see the Server page for more details)