fakebase-studio
v1.0.13
Published
Fakebase is a lightweight PostgreSQL browser built for developers who want to manage their postgreSQL Database - fast. No setup, no dashboards, no accounts. Connect to any PostgreSQL instance and instantly explore your tables, relationships, indexes, and
Readme
What’s Fakebase?
Fakebase is a lightweight PostgreSQL browser built for developers who want to manage their postgreSQL Database - fast. No setup, no dashboards, no accounts. Connect to any PostgreSQL instance and instantly explore your tables, relationships, indexes, and schema structure in a clean, modern interface. And when you need to take action, Fakebase gives you the essentials: a built-in SQL editor and simple CRUD tools. Fakebase takes responsibility for being the simple tool: open it, connect, understand your database - and manage it with ease.
Fakebase focuses on clarity. It gives you a visual overview of your schema with interactive table relationships, lets you browse and edit table data in a structured grid, inspect foreign keys and indexes, and understand how everything connects. It doesn’t try to replace your infrastructure, migrate your schema, or sit between you and your database. It simply connects directly and let you manage it - clearly, reliably, and with just enough power to work efficiently.
Getting started takes one command: npx fakebase-studio@latest. The server starts locally and opens in your browser. Paste in your PostgreSQL connection string and start exploring. No accounts, no cloud sync, no hidden layers. Just you and your database.
Visit us at https://fakebase.studio
Quick Start
npx fakebase-studio@latestConnection String Format
postgresql://user:password@host:port/databaseTelemetry
Fakebase collects minimal anonymous telemetry on startup: a random installation ID, a timestamp, and the app version. No user data, database data, or identifiable information is ever collected. This helps us understand how many installations are active and which versions are in use.
