Skip to content

@powersync/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 11:29
· 21 commits to main since this release
97da283

Minor Changes

  • ab33799: Add experimental support for raw tables, giving you full control over the table structure to sync into.
    While PowerSync manages tables as JSON views by default, raw tables have to be created by the application
    developer.

    For more information about raw tables, see the documentation.

  • 810c6ad: Propagate logger from PowerSyncDatabase to streaming sync and remote implementations, and tweak some log messages.

Patch Changes