Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,17 @@ We have a number of examples showing how to use PGlite along with its capabiliti
- <a href="./examples/opfs.html" target="_blank">OPFS VFS</a><br>
An example demonstrating the [OPFS Access Handle Pool VFS](./docs/filesystems.md#opfs-ahp-fs).

- <a href="./examples/copy.html" target="_blank">PL/PGSQL</a><br>
- <a href="./examples/plpgsql.html" target="_blank">PL/PGSQL</a><br>
Demonstration of PGlite's support for Postgres's built-in SQL procedural language extension "PL/PGSQL".

- <a href="./examples/vector.html" target="_blank">Extension: `pgvector`</a><br>
An example showing how to use [pgvector](https://github.com/pgvector/pgvector) with PGlite.

- <a href="./examples/worker.html" target="_blank">Multi Tab Worker</a><br>
Demonstration of the multi tab worker, enabling multiple browser tabs to share a PGlite database.

- <a href="./examples/fts.html" target="_blank">FTS</a><br>
An example showing how to use Full Text Search (FTS) with PGlite.

- <a href="./examples/pg_dump.html" target="_blank">pg_dump</a><br>
An example showing how to use the `pg_dump` tool with PGlite.