top | item 41295277

(no title)

jkcorrea | 1 year ago

Oh yes I've been trialing Metabase but didnt know about Superset, thank you!

This category of tools definitely scratches a big part of the itch here. But you still end up needing a db client for a long tail of other tasks. So now your db knowledge is spread across 3+ tools: shared queries/charts in Metabase, personal queries in Postico, schema defs and SQL files in your code repo, Notion, etc.

I think you've got an opportunity to consolidate all that into 1 tool in the same way Postman did for APIs

> Postgres in particular makes a lot of schema information available, but very few database clients make full use of it. Completely agree. Also just the industry consolidation around the pg ecosystem in general will lend itself to better tooling potential (e.g. Supabase's LSP project).

> I am currently working on a mobile-first Postgres client. Great that you're working on something new here! If I may ask - why mobile-first? That's not something I've particularly needed tbh (sample size of 1 of course)

discuss

order

yen223|1 year ago

> If I may ask - why mobile-first?

This is a very fair question. The short answer is that there are times when I wished I could look stuff up on our databases on my phone, but the tooling available for this is kinda meh

The longer answer is that there are now way more smartphones than PCs in the world, but we still don't have good ways to do software engineering on smartphones. I want to explore this space more, using SQL as a wedge to crack open the problem space.