From 471e6831fee554aee6120cef10fc0b11742bbc59 Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Mon, 7 Oct 2024 14:21:58 -0600 Subject: [PATCH 1/2] docs: add section on live share --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3dcf2ce..eebbb618 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ All queries in database.build run directly in your browser. There’s no remote 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. +## Live Share +With Live Share, you can connect directly to your in-browser PGlite databases from _outside the browser_. + +https://github.com/user-attachments/assets/eecc7f10-6251-4a18-9982-543ab349f3a8 + ## Monorepo This is a monorepo split into the following projects: From 3ff038dd639a0fffe949b2347b644c2e1bb16cfe Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Mon, 7 Oct 2024 16:27:06 -0600 Subject: [PATCH 2/2] docs: update live share demo video --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebbb618..8fac0344 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ How is this possible? [PGlite](https://pglite.dev/), a WASM version of Postgres ## Live Share With Live Share, you can connect directly to your in-browser PGlite databases from _outside the browser_. -https://github.com/user-attachments/assets/eecc7f10-6251-4a18-9982-543ab349f3a8 +https://github.com/user-attachments/assets/78c45f61-4213-49f0-a563-55b426dd6c35 ## Monorepo