Skip to content

Commit 5513fad

Browse files
committed
Remove experimental tag from raw tables
1 parent 3f8f3f6 commit 5513fad

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.changeset/slimy-cups-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/common': patch
3+
---
4+
5+
Remove experimental label from raw tables.

packages/common/src/db/schema/RawTable.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ import { TableOrRawTableOptions } from './Table.js';
99
* To collect local writes to raw tables with PowerSync, custom triggers are required. See
1010
* {@link https://docs.powersync.com/usage/use-case-examples/raw-tables the documentation} for details and an example on
1111
* using raw tables.
12-
*
13-
* Note that raw tables are only supported when using the new `SyncClientImplementation.rust` sync client.
14-
*
15-
* @experimental Please note that this feature is experimental at the moment, and not covered by PowerSync semver or
16-
* stability guarantees.
1712
*/
1813
export type RawTableType = RawTableTypeWithStatements | InferredRawTableType;
1914

0 commit comments

Comments
 (0)