This release is 1 version behind 0.0.8 — the latest version of @makisuo/pglite-drizzle. Jump to latest
@makisuo/pglite-drizzle@0.0.7Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
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.