Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 0.0.4 (unreleased)
## 0.0.4

- Update PowerSync core extension to version 0.4.11.
- Improvements for raw tables:
- 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.

## 0.0.3

Expand Down
Loading