DEV Community

rafi farchi
rafi farchi

Posted on

Postgres client and Studio

I’ve recently released Postgres Client - Studio, a mobile client designed for DBAs, system architects, and developers who need a robust tool to explore, manage, and query PostgreSQL databases directly from their mobile devices.

Unlike many mobile utilities that lock key features behind paywalls or limit connections, I wanted to create a tool that covers the entire workflow on the go.

Key Features:

  • Unlimited Connection Management: Easily create, manage, export, and import your connection profiles.
  • Hierarchical Object Browser: Deep dive down to the schema level with full support for all PostgreSQL object types.
  • Reverse DDL Generation: Generate clean DDL scripts directly from existing database objects.
  • Data Browsing & Editing: View, update, and export table data seamlessly.
  • Automated ERD Generation: Instant, zero-config Entity-Relationship Diagrams generated automatically from your metadata.
  • Offline Workspace: Draft, prepare, edit, and store your SQL queries and scripts offline before running them.
  • Interactive Query Execution: Run complex queries and scripts against your live databases with clear output displays.

I'd Love Your Feedback!

Since this is a newly launched tool, I'm actively looking for real-world testing and input from the PostgreSQL community.

Whether it's feature requests, UI/UX suggestions, or performance feedback:

  1. Give it a try on the Google Play Store: https://play.google.com/store/apps/details?id=com.storage.postgres_studio
  2. Let me know in the comments below what you think or what features you'd like to see next!

Thanks for checking it out!

Top comments (0)