Skip to content

Commit

Permalink
revert change to example
Browse files Browse the repository at this point in the history
  • Loading branch information
samwillis committed Oct 8, 2024
1 parent ad3cc53 commit 3dab90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pglite/examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>PGlite Basic Example</h1>
console.log("Starting...");

// In-memory database:
const pg = new PGlite({ debug: 2 });
const pg = new PGlite();
// Or, stored in indexedDB:
// const pg = new PGlite('pgdata');

Expand Down

0 comments on commit 3dab90c

Please sign in to comment.