File tree Expand file tree Collapse file tree
packages/common/src/db/schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @powersync/common ' : patch
3+ ---
4+
5+ Remove experimental label from raw tables.
Original file line number Diff line number Diff 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 */
1813export type RawTableType = RawTableTypeWithStatements | InferredRawTableType ;
1914
You can’t perform that action at this time.
0 commit comments