File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,17 @@ We have a number of examples showing how to use PGlite along with its capabiliti
2929- <a href =" ./examples/opfs.html " target =" _blank " >OPFS VFS</a ><br >
3030 An example demonstrating the [ OPFS Access Handle Pool VFS] ( ./docs/filesystems.md#opfs-ahp-fs ) .
3131
32- - <a href =" ./examples/copy .html " target =" _blank " >PL/PGSQL</a ><br >
32+ - <a href =" ./examples/plpgsql .html " target =" _blank " >PL/PGSQL</a ><br >
3333 Demonstration of PGlite's support for Postgres's built-in SQL procedural language extension "PL/PGSQL".
3434
3535- <a href =" ./examples/vector.html " target =" _blank " >Extension: ` pgvector ` </a ><br >
3636 An example showing how to use [ pgvector] ( https://github.com/pgvector/pgvector ) with PGlite.
3737
3838- <a href =" ./examples/worker.html " target =" _blank " >Multi Tab Worker</a ><br >
3939 Demonstration of the multi tab worker, enabling multiple browser tabs to share a PGlite database.
40+
41+ - <a href =" ./examples/fts.html " target =" _blank " >FTS</a ><br >
42+ An example showing how to use Full Text Search (FTS) with PGlite.
43+
44+ - <a href =" ./examples/pg_dump.html " target =" _blank " >pg_dump</a ><br >
45+ An example showing how to use the ` pg_dump ` tool with PGlite.
You can’t perform that action at this time.
0 commit comments