Skip to content

Releases: powersync-ja/powersync-native

v0.0.4

05 Mar 12:49

Choose a tag to compare

What's Changed

  • Update core extension to 0.4.11 in #7
  • Improvements for raw tables in #8:
    • The put and delete statements are optional now.
    • The RawTableSchema struct represents a raw table in the local database, and can be used
      to create triggers forwarding writes to the CRUD upload queue and to infer statements used
      to sync data into raw tables.

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Feb 10:35
b2d461e

Choose a tag to compare

  • Support watched queries (in #4)

Full Changelog: v0.0.2...v0.0.3

0.0.2

05 Feb 12:42
508193b

Choose a tag to compare

  • Configure automated publishing to crates.io.