Skip to main content
This release is 1 version behind 0.0.8 — the latest version of @makisuo/pglite-drizzle. Jump to latest

Built and signed on GitHub Actions

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
82%
Published
a day ago (0.0.7)
T
DrizzleQueryType
No documentation available
T
LiveQueryReturnType
No documentation available
T
PGLiteWithElectric
No documentation available
f
syncShapeToTable

Helper function to typesafe sync a shape to a table in pglite.

f
createDrizzle

Helper function to create all function with hooks configured with your drizzle client config and schema types.

f
useDrizzleLive

Enables you to reactively re-render your component whenever the results of a live query change.

f
useDrizzleLiveIncremental

Enables you to reactively re-render your component whenever the results of a live query change. This hook is better for reactivity since it incrementally updates changes.