Tabnyth is a local-first database studio for Postgres and MongoDB. Install it as an npm dev dependency — no cloud account, no data leaving your machine, no separate app to manage. Browse, query, and edit your data with the same ease as tools like TablePlus or Prisma Studio, but scoped entirely to your project and running 100% locally. Your database often holds your most sensitive data — Tabnyth was built so a GUI never has to touch a third-party server to show it to you.
How does it handle MongoDB aggregations with multi-stage pipelines, and does the UI give a way to preview intermediate results without committing the whole pipeline first?
Report
Curious how this handles migrations and schema changes, since you mentioned editing data — can it also modify table structure or is that strictly left to the migration tooling I already use?
Report
No reviews yetBe the first to leave a review for The DB studio that lives in codebase
How does it handle MongoDB aggregations with multi-stage pipelines, and does the UI give a way to preview intermediate results without committing the whole pipeline first?
Curious how this handles migrations and schema changes, since you mentioned editing data — can it also modify table structure or is that strictly left to the migration tooling I already use?