-
Notifications
You must be signed in to change notification settings - Fork 333
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
ElectricSQL docs states the key "liveSse" should be used to set connection to the Sync engine to run over SSE. This param is missing from the pglite-sync package, only the "experimentalLiveSse" option is there, but that one is buggy.
To Reproduce - include code sample(s)
0: install latest pglite-sync: "@electric-sql/pglite-sync": "^0.4.0",
1: create a sync like this:
const offersShape = db.electric.syncShapeToTable({
shape: {
url: url,
//liveSse should be here, but its not
},
table: 'table',
shapeKey: 'tableShapeKey',
primaryKey: ['id'],
2: observe the missing parameter
Details
- PGlite version: ^0.3.11
- pglite-sync version: ^0.4.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working