pglite icon indicating copy to clipboard operation
pglite copied to clipboard

Python client for pglite

Open FrikadelleHelle opened this issue 1 year ago • 1 comments

Creating this issue to try and track the progress on a 'native' python client for pglite.

Is it correctly understood that postgres.wasm needs to be changed to not be dependent on the javascript implementation of 'custom Emscripten non-standard functions' that are not implemented in the postgres.wasm yet? https://github.com/electric-sql/pglite/issues/89

FrikadelleHelle avatar Aug 19 '24 08:08 FrikadelleHelle

setjmp is coming soon to wasi, so probably next wasi-sdk will open the path to a native python pglite. Worst case scenario will be almost native via wasmtime-py module, as it can already work without setjmp ( but that is not very practical ).

pmp-p avatar Sep 29 '24 07:09 pmp-p