Skip to content

Commit 117e45d

Browse files
committed
Download warning
1 parent 6de833d commit 117e45d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/web-demo/src/app/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ export default function Home() {
6464
}}>
6565
If your primary use case is to run a database in the browser (and only the browser), you might want to consider <Link href="https://github.com/electric-sql/pglite" target="_blank" rel="noopener noreferrer">pglite</Link> 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.
6666
</p>
67+
<p style={{
68+
color: "grey",
69+
fontSize: "0.8em",
70+
}}>
71+
The initial download may take a minute or two.
72+
</p>
6773
<h2>node-postgres Queries</h2>
6874
<div>
6975
<div style={{

0 commit comments

Comments
 (0)