All updates
New feature

"External Database Access — Connect with pgAdmin, DBeaver & More"

Your project database is now accessible from any external SQL client. Use pgAdmin, DBeaver, DataGrip, TablePlus, or psql to browse, query, and manage your data directly.

Connect from anywhere

Every basefyio project now exposes its database through an external connection pooler endpoint. This means you can use your favorite database tool — no need to go through the basefyio dashboard for every query.

Supported tools:


How to connect

  1. Open your project in the basefyio dashboard
  2. Go to Connection in the sidebar
  3. Copy the Host, Port, Database, User, and Password fields
  4. Paste them into your database client

Or copy the full Connection URI and paste it directly — most tools support URI import.


Connection page improvements

The Connection page now includes:


New documentation

A dedicated External Database Access guide is now available in the docs, covering: