Skip to content

Commit ce88ce8

Browse files
authored
Remove experimental note from withRawTables method
1 parent 26c2c24 commit ce88ce8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ export class Schema<S extends SchemaType = SchemaType> {
5151
* developer instead of automatically by PowerSync.
5252
* Since raw tables are not backed by JSON, running complex queries on them may be more efficient. Further, they allow
5353
* using client-side table and column constraints.
54-
* Note that raw tables are only supported when using the new `SyncClientImplementation.rust` sync client.
5554
*
5655
* @param tables An object of (table name, raw table definition) entries.
57-
* @experimental Note that the raw tables API is still experimental and may change in the future.
5856
*/
5957
withRawTables(tables: Record<string, RawTableType>) {
6058
for (const [name, rawTableDefinition] of Object.entries(tables)) {

0 commit comments

Comments
 (0)