Sublime
An inspiration engine for ideas
Adrian Melrose
@adrian
John Harper
@jhnhrpr

I had a great tech discussion on Archil Podcast
https://t.co/1S24uLcNVX
Topics:... See more
PGlite - Postgres in WASM
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
import { PGlite } from "@electric-sql/pglite"
const db = new PGlite()
await db.query("select 'Hello world' as mes... See more
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
import { PGlite } from "@electric-sql/pglite"
const db = new PGlite()
await db.query("select 'Hello world' as mes... See more
electric-sql • GitHub - electric-sql/pglite: Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno
Philippe Beaudoin
@philippebeaudoin
Mark Dearlove
@learningstack
David Press
@davepress
I’m a neurodivergent dad from New York stuck in Kurt Vonnegut’s court.
PGlite
pglite.dev
Cory
@prtcl