xterm.js demo

Simple demo of querying the pglite in-browser WASM database from an xterm.js user interface.

This demo features an ephemeral database with no persistent browser storage.

To test a simple query that does not require any database tables to exist, run select 'hello world';

A test database has been pre-loaded. View its contents by issuing the command select * from test;

Queries must end with a ;. This allows queries to be added over multiple lines.