Best of SQLOctober 2021

  1. 1
    Article
    Avatar of phProduct Hunt·5y

    DB Lens - Explore data, execute SQL, metrics, disk usage & more

    DB Lens is an opensource database client for Mac, Linux & Windows. It helps developers to explore, observe & understand the database in a better way. DB Lens is available in English, French, German, Italian, Spanish, Portuguese, Italian and Spanish. It is available as a free download or as a paid version.

  2. 2
    Article
    Avatar of pointerPointer·5y

    Best PostgreSQL GUIs in 2020

    Postgres is the second most popular database among web developers. Postgres has a built-in command line tool called psql. Navicat is not as popular as PgAdmin but definitely comes with many features you would expect from software that is open-source.

  3. 3
    Article
    Avatar of medium_jsMedium·5y

    dBizzy: An Intuitive VSCode Extension for Database Development

    dBizzy is an intuitive VSCode extension for early-stage database development. It gives you the ability to visualize your ER diagrams and test queries on local instances of your databases. It's lightweight, supports real-time rendering and exporting of ER diagrams, and the local database instances only persist in memory for the duration of your tab’s session. The other half ofdBizzy streamlines the query testing aspects of constructing a database.