Skip to content

@powersync/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Dec 14:32
· 102 commits to main since this release
3513514

Minor Changes

  • 77a9ed2: Added watch() function to Drizzle wrapper to support watched queries. This function invokes execute() on the Drizzle query which improves support for complex queries such as those which are relational.
  • 4a70624: Added helper toPowersyncTable function and DrizzleAppSchema constructor to convert a Drizzle schema into a PowerSync app schema.

Patch Changes