We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nuxt-pglite
A Nuxt module aimed to simplify the use of PGlite.
PGlite, an Embeddable Postgres Run a full Postgres database locally in WASM with reactivity and live sync.
It probides a series of composables, plugins and server utils to support PGlite both in the browser and on the server.
Key features:
Automatic extensions installation with support for things like:
live
Sync
vector
https://github.com/sandros94/nuxt-pglite
https://www.npmjs.com/package/nuxt-pglite
Nuxt 3
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
A Nuxt module aimed to simplify the use of PGlite.
It probides a series of composables, plugins and server utils to support PGlite both in the browser and on the server.
Key features:
Automatic extensions installation with support for things like:
live
: to subscribe reactively to a particular query.Sync
: to sync a subset of a remove Postgres database for offline-first implementations.vector
: for vector similarity searchesRepository
https://github.com/sandros94/nuxt-pglite
npm
https://www.npmjs.com/package/nuxt-pglite
Nuxt Compatibility
Nuxt 3
The text was updated successfully, but these errors were encountered: