pglite
pglite copied to clipboard
Lightweight WASM Postgres with real-time, reactive bindings.
Add `makePGliteProvider` utility that accepts a type and spits out both a typed provider and a typed `usePGlite` hook. I've updated the docs to put them under their own page...
Add docs for the Vue integration Also make Vue integration more alike the React one and offer both a static `providePGlite` and `injectPGlite` as well as a utility for typed...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Howdy! I know its been mentioned in passing, but I figure an issue to track would be worth creating. I am curious if we could bridge language support here with...
I assume this isn't anywhere near on the roadmap; but I would be happy if this were made available on the JVM through one of its WASM runtimes. So, here...
I really want to use pglite, but I need it to work in Deno. It's so close. It should work. But it just doesn't for some reason. It may be...
This is a proposal to add support for ULIDs in Postgres using the https://github.com/pksunkara/pgx_ulid extension. The extension is relatively simple, its
pg_stat_statements Is currently built but we don't yet have a way to preload it. There are a few extensions that needed this facility and this is a very popular one....