Skip to content

Commit 732cefa

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class Schema<S extends SchemaType = SchemaType> {
5454
* Note that raw tables are only supported when using the new `SyncClientImplementation.rust` sync client.
5555
*
5656
* @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.
5857
*/
5958
withRawTables(tables: Record<string, RawTableType>) {
6059
for (const [name, rawTableDefinition] of Object.entries(tables)) {

0 commit comments

Comments
 (0)