diff --git a/README.md b/README.md index 5f42f11..f3dcf2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ In-browser Postgres sandbox with AI assistance. ![github-repo-hero](https://github.com/user-attachments/assets/1ace0688-dfa7-4ddb-86bc-c976fa5b2f42) -With [database.build](https://database.build), you can instantly spin up an unlimited number of Postgres databases that run directly in your browser (and soon, deploy them to S3). +With [database.build](https://database.build), you can instantly spin up an unlimited number of Postgres databases that run directly in your browser (and soon, deploy them to S3). Each database is paired with a large language model (LLM) which opens the door to some interesting use cases: @@ -14,6 +14,7 @@ Each database is paired with a large language model (LLM) which opens the door t - Build database diagrams ## How it works + All queries in database.build run directly in your browser. There’s no remote Postgres container or WebSocket proxy. How is this possible? [PGlite](https://pglite.dev/), a WASM version of Postgres that can run directly in your browser. Every database that you create spins up a new instance of PGlite that exposes a fully-functional Postgres database. Data is stored in IndexedDB so that changes persist after refresh. @@ -27,7 +28,7 @@ This is a monorepo split into the following projects: ## Why rename postgres.new? -We renamed postgres.new due to a trademark conflict on the name "Postgres". To respect intellectual property rights, we are transitioning to our new name, database.build. +This project is not an official Postgres project and we don’t want to mislead anyone! We’re renaming to database.build because, well, that’s what this does. This will still be 100% Postgres-focused, just with a different URL. ## Video diff --git a/apps/postgres-new/app/export/page.tsx b/apps/postgres-new/app/export/page.tsx index 49e4aea..c5e3c8f 100644 --- a/apps/postgres-new/app/export/page.tsx +++ b/apps/postgres-new/app/export/page.tsx @@ -57,13 +57,13 @@ export default function Page() { - We are renaming {legacyDomainHostname} due to a trademark conflict on the name - "Postgres". To respect intellectual property rights, we are transitioning - to our new name,{' '} + This project is not an official Postgres project and we don't want to mislead + anyone! We're renaming to{' '} {currentDomainHostname} - - . + {' '} + because, well, that's what this does. This will still be 100% Postgres-focused, + just with a different URL. diff --git a/apps/postgres-new/app/import/page.tsx b/apps/postgres-new/app/import/page.tsx index 1e33f7f..7e2e85f 100644 --- a/apps/postgres-new/app/import/page.tsx +++ b/apps/postgres-new/app/import/page.tsx @@ -62,13 +62,13 @@ export default function Page() { - We are renaming {legacyDomainHostname} due to a trademark conflict on the name - "Postgres". To respect intellectual property rights, we are transitioning - to our new name,{' '} + This project is not an official Postgres project and we don't want to mislead + anyone! We're renaming to{' '} {currentDomainHostname} - - . + {' '} + because, well, that's what this does. This will still be 100% Postgres-focused, + just with a different URL. diff --git a/apps/postgres-new/components/layout.tsx b/apps/postgres-new/components/layout.tsx index 3ec71eb..94a0ecd 100644 --- a/apps/postgres-new/components/layout.tsx +++ b/apps/postgres-new/components/layout.tsx @@ -91,13 +91,13 @@ function RenameDialog() {

Why rename?

- We are renaming {legacyDomainHostname} due to a trademark conflict on the name - "Postgres". To respect intellectual property rights, we are transitioning to our - new name,{' '} - + This project is not an official Postgres project and we don't want to mislead anyone! + We're renaming to{' '} + {currentDomainHostname} - - . + {' '} + because, well, that's what this does. This will still be 100% Postgres-focused, just + with a different URL.