logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install electric-sql/pglite. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

electric-sql/pglite Installation Guide

How to install electric-sql/pglite. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for electric-sql/pglite. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i electric-sql/pglite
or

Install via npx

npx @hexmos/ipm i electric-sql/pglite

Prerequisites

Node.js

language

Version: >= 20.0.0

pnpm

package_manager

Version: ^14.0.0

Docker

system_tool

For building the Postgres WASM module.

PostgreSQL

system_package

Version: 14.0.0

Emscripten

build_tool

For compiling the Postgres WASM module.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager (Node.js)

npm install @electric-sql/pglite

Package Manager (Deno/Bun)

pnpm install

Clone Repository

git clone https://github.com/electric-sql/pglite.git

Post Installation Steps

  • Open your browser and navigate to http://localhost:3000 (or the address specified in your application's configuration). This will launch the application.
  • If you're using a local development environment, ensure that your database is running. You can usually find instructions on how to start the database within the project's documentation or README.