PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js, Bun and Deno, with no need to install any other dependencies. It is ...
The materialized views are listed in AllViews(). But the columns list is empty. After digging a little bit in your code the normal query for PostgreSqlAdapter for retrieving all columns is based on ...