PGlite & { electric: { initMetadataTables: () => Promise<void>; syncShapeToTable: (options: SyncShapeToTableOptions) => Promise<SyncShapeToTableResult>; }; }
PGlite & { electric: { initMetadataTables: () => Promise<void>; syncShapeToTable: (options: SyncShapeToTableOptions) => Promise<SyncShapeToTableResult>; }; }
Add Package
deno add jsr:@makisuo/pglite-drizzle
Import symbol
import { type PGLiteWithElectric } from "@makisuo/pglite-drizzle";
---- OR ----
Import directly with a jsr specifier
import { type PGLiteWithElectric } from "jsr:@makisuo/pglite-drizzle";
Add Package
npx jsr add @makisuo/pglite-drizzle
Import symbol
import { type PGLiteWithElectric } from "@makisuo/pglite-drizzle";
Add Package
yarn dlx jsr add @makisuo/pglite-drizzle
Import symbol
import { type PGLiteWithElectric } from "@makisuo/pglite-drizzle";
Add Package
pnpm dlx jsr add @makisuo/pglite-drizzle
Import symbol
import { type PGLiteWithElectric } from "@makisuo/pglite-drizzle";
Add Package
bunx jsr add @makisuo/pglite-drizzle
Import symbol
import { type PGLiteWithElectric } from "@makisuo/pglite-drizzle";