Skip to content

Commit

Permalink
Download warning
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Apr 2, 2024
1 parent 6de833d commit 117e45d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/web-demo/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.
</p>
<p style={{
color: "grey",
fontSize: "0.8em",
}}>
The initial download may take a minute or two.
</p>
<h2>node-postgres Queries</h2>
<div>
<div style={{
Expand Down

0 comments on commit 117e45d

Please sign in to comment.