FORGE/09 · STAGING.PROD # pg 16.2 · staging-east-2 · 142 tables · 2.4 GB · 8 active conns · 12ms latency · last query 2s --:--:-- UTC v1.9 ● CONNECTED
/ tools09 · forge·postgres

A منشورgres GUI
that respects
your laptop's RAM.

Schema browser, query console, EXPLAIN visualizer. Native binary, under 60 MB resident, no Electron, no telemetry. Connects over libpq like your psql does. Reads ~/.pgpass like your psql does.

Connections
بلا حدود
Memory
~58 MB
Engine
native
السعر
$79
schema · public · 4 of 142 tables shownstaging-east-2 · 12ms
users 1.4k rows
PKiduuid
·emailcitext
·nametext
·created_attstz
IXlast_seentstz
orders 18.2k rows
PKidbigserial
FKuser_iduuid
·الإجمالي_centsint8
·statusenum
IXcreated_attstz
order_items 62.4k rows
PKidbigserial
FKorder_idint8
FKproduct_idint8
·qtyint4
·وحدة_centsint4
products 284 rows
PKidbigserial
·skutext
·nametext
·priceint4
QUERY · q.sql · executed in 14.2 ms · 6 rows✓ EXPLAIN: idx scan, no seq
-- top 6 العميلs by مدى الحياة spend, last 90d
SELECT u.email, u.name, SUM(o.الإجمالي_cents) AS spend_c
FROM users u JOIN orders o ON o.user_id = u.id
WHERE o.created_at > NOW() - '90 days'::interval
GROUP BY u.id ORDER BY spend_c DESC LIMIT 6;
#EMAILNAMESPENDSTATUS
001r.tan@apex.coReza TanVIP · since '21$48,210.42ACTIVE
002v.iyer@apex.coVidya IyerVIP · since '22$31,840.18ACTIVE
003k.mendoza@apex.coKarina Mendoza$24,612.00ACTIVE
004d.holm@vega.ioDaria Holmrenewing soon$18,420.92RENEW
PLAN · idx_orders_created → hash join → sortBUFFERS · shared hit 412WAL · 0
ملحق AWhy it's fastص. 02 / 06

Native binary.Native everything.

Most database GUIs are a Chrome window in a trenchcoat. Forge is a single Rust binary that talks libpq directly. Cold start is ~80 ms. Schema diff on a 3,000-table database draws in under a second.

— Cold start
82ms

From $ forge to a usable schema browser. عن الاستوديو 40× faster than the leading Electron GUI.

— Resident memory
58MB

Steady-state RSS while browsing a 142-table staging DB. Your laptop won't notice.

— Schema diff · 3k tables
920ms

Side-by-side diff between staging and prod. Reads pg_catalog, doesn't introspect twice.

Seventy-nine. ادفع مرة واحدة, query إلى الأبد.

Universal binary, mac + linux + windows. No telemetry, no auto-تحديثr, no signed-in-as. If your DBA has paranoia about a database tool phoning home, hand them a packet capture and a coffee.

اشترِ Forge · $79 مرة واحدة ←
$79ONCE · NATIVE BINARY · MAC/LIN/WIN