From 117e45db653bd879b8cd535fff68e16cd0fff93a Mon Sep 17 00:00:00 2001
From: Stan Wohlwend
Date: Mon, 1 Apr 2024 22:36:55 -0700
Subject: [PATCH] Download warning
---
examples/web-demo/src/app/page.tsx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/examples/web-demo/src/app/page.tsx b/examples/web-demo/src/app/page.tsx
index 582cc5d..b2eed10 100644
--- a/examples/web-demo/src/app/page.tsx
+++ b/examples/web-demo/src/app/page.tsx
@@ -64,6 +64,12 @@ export default function Home() {
}}>
If your primary use case is to run a database in the browser (and only the browser), you might want to consider pglite instead. It is more performant and lightweight (with a limited feature set). pgmock is designed for full compatibility with production PostgreSQL environments, as you would want in a testing environment.
+
+ The initial download may take a minute or two.
+