Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .changeset/slimy-cups-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@powersync/common': patch
---

Remove experimental label from raw tables.
5 changes: 0 additions & 5 deletions packages/common/src/db/schema/RawTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import { TableOrRawTableOptions } from './Table.js';
* To collect local writes to raw tables with PowerSync, custom triggers are required. See
* {@link https://docs.powersync.com/usage/use-case-examples/raw-tables the documentation} for details and an example on
* using raw tables.
*
* Note that raw tables are only supported when using the new `SyncClientImplementation.rust` sync client.
*
* @experimental Please note that this feature is experimental at the moment, and not covered by PowerSync semver or
* stability guarantees.
*/
export type RawTableType = RawTableTypeWithStatements | InferredRawTableType;

Expand Down
Loading