Sam Willis
Sam Willis
This is fixed in the just published v0.2.2
A could of updates on this: 1. In 'main' we have support for COPY TO/FROM using a special '/dev/blob' device. This enables import to/from CSV and a Postgres binary format....
Hey @AndryHTC The video doesn't seem to be working, could you try and upload it again? I'm keen to understand what's happening here.
Hey @rhuanbarreto Thanks for the report. If you could narrow down the cause and produce a reproduction it would be super helpful. If you want to dig in yourself, setting...
@jamesgpearce > I was closing the database too quickly and it hadn't completed unlistening to a channel. In 0.2.8 and above this seems important! A few versions before 0.2.8 had...
Hey @var77 This is incredible, thank you! We have a new version of PGlite (based on PG v16.3) in development here: https://github.com/electric-sql/pglite/pull/112 that includes a standard API for adding Postgres...
I notice you have turned back on `asyncify`, was that only to enable dlopen or did you need it for either of the extensions? The `next` branch supports loading extensions...
Hey @var77 As we now have built in support for dynamic loading extensions I'm going to close this PR. We are working on docs + example repos to demonstrate how...
I'm an advocate for having a single top level msgType that can one of the under/update/delete ops, or a control type. I would argue against having a single catch all...
> My preference is that the message schema is not changed for serving the type system How this improves life in type systems is very much secondary to the main...