Releases: electric-sql/pglite
Releases · electric-sql/pglite
[email protected]
Patch Changes
- Updated dependencies [fa13714]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- fa13714: Remove a debug console.log from the live query plugin
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [fa13714]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- 46c102c: Add options for the
commitGranularity
parameter in thesyncShapeToTable
function, enabling the user to choose how often the sync should commit. - c3d98d5: Export return type of
syncShapeToTable
- 515a155: Bump the version of the Electric sync client
- Updated dependencies [fa13714]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [fa13714]
- @electric-sql/[email protected]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- Updated dependencies [fa13714]
- @electric-sql/[email protected]
@electric-sql/[email protected]
Patch Changes
- 17c9875: add node imports to the package.json browser excludes
[email protected]
@electric-sql/[email protected]
Patch Changes
- 6547374: New
runExclusive
method on PGlite that allows you to hold an exclusive lock on the database, for use withexecProtocol*
methods - 6547374: A new
execProtocolRawSync
method that can execute a postgres wire protocol synchronously - df5c290: Make pglite compatible with @jest-environment: node
- 1784d04: Bump Emscripten to 3.1.72
- ae36974: Fix a bug with pipelining prepared statements.
- 75f9f6d: Add a
offset
andlimit
option to live queries, when used it will return the total count for the query along with efficient updating of the offset. This works well with windowed or virtualised scrolling components. - ce212cf: Use PG "WITH RECURSIVE" to traverse the live query dependencies