Package Exports
- @electric-sql/pglite-vue
Readme
PGlite Vue Bindings
This package implements Vue hooks for PGLite on top of the live query plugin. Full documentation is available at pglite.dev/docs/framework-hooks.
To install:
npm install @electric-sql/pglite-vueThe hooks this package provides are:
- providePGlite: Provide a PGlite instance to all child components.
- injectPGlite: Retrieve the provided PGlite instance.
- makePGliteDependencyInjector: Utility to create a typed version of
providePGliteandinjectPGlite. - useLiveQuery: Reactively receive results of a live query change
- useLiveIncrementalQuery: Reactively receive results of a live query change by offloading the diff to PGlite