This release was yanked — the latest version of @makisuo/pglite-drizzle is 0.0.14. Jump to latest
@makisuo/pglite-drizzle@0.0.8Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
yanked
Makisuo/pglite-drizzleThis package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




JSR Score
82%
Published
3 months ago (0.0.8)
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.