@electric-sql/pglite-repl

v0.2.12
A REPL, or terminal, for use in the browser with PGlite, allowing you to have an interactive session with your WASM Postgres in the page.

dev

vite

build:react

tsc && vite build

build:webcomp

vite build --config vite.webcomp.config.ts

build

pnpm run build:react && pnpm run build:webcomp

lint

eslint ./**/*.{ts,tsx} --report-unused-disable-directives --max-warnings 0

preview

vite preview

format

prettier --write ./src && prettier --write ./src-webcomponent

typecheck

tsc --noEmit

stylecheck

pnpm lint && prettier -c ./src
npm i @electric-sql/pglite-repl

Metadata

  • Apache-2.0
  • Whatever
  • Electric DB Limited
  • released 10/11/2024

Downloads