Building an OSS Postgres GUI with Typescript | Sooraj Sanker | IndiaFOSS 2.0 | FOSS United

Опубликовано: 27 Апрель 2026
на канале: FOSS United
156
11

Description of the proposed talk:

https://github.com/dblens/app

I would like to share my experience in building an extraordinary PostgreSQL GUI with Database insights, Disk Utilisation per table, Index Usage, sequential scans and more.

Finding a tool that helps me understand the database in simple terms was always a bit difficult for me,
I wanted to understand
Index usage
Sequential scan count
Long running queries
Records per table and trends
Entity relationships Diagram (from existing database)

I decided to combine these requirements and build an application that helps people who are solving similar problems.

The talk will be focused on
How I evaluated the features.
Technologies that I used such as programming language, libraries and frameworks
Choosing modern tools that people love working with.
Product Roadmap