fakebase-studio 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
## What’s Fakebase?
|
|
2
2
|
|
|
3
|
-
Fakebase is a lightweight PostgreSQL browser built for developers who want to
|
|
3
|
+
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.
|
|
4
4
|
|
|
5
|
-
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
|
|
5
|
+
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.
|
|
6
6
|
|
|
7
7
|
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.
|
|
8
8
|
|
|
@@ -19,11 +19,3 @@ npx fakebase-studio@latest
|
|
|
19
19
|
```
|
|
20
20
|
postgresql://user:password@host:port/database
|
|
21
21
|
```
|
|
22
|
-
|
|
23
|
-
## Security & Privacy
|
|
24
|
-
|
|
25
|
-
All data stays on your machine. Fakebase does not send telemetry or any data to our servers. Connection strings and saved queries are stored locally in `~/.fakebase-studio/` (connections and SQL in plain text). By default the server listens on localhost only; use `--host 0.0.0.0` to allow access from other devices on your network (this exposes the UI to others on that network). See [SECURITY.md](SECURITY.md) for more detail.
|
|
26
|
-
|
|
27
|
-
## License
|
|
28
|
-
|
|
29
|
-
MIT
|