We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c2c24 commit 732cefaCopy full SHA for 732cefa
1 file changed
packages/common/src/db/schema/Schema.ts
@@ -54,7 +54,6 @@ export class Schema<S extends SchemaType = SchemaType> {
54
* Note that raw tables are only supported when using the new `SyncClientImplementation.rust` sync client.
55
*
56
* @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.
58
*/
59
withRawTables(tables: Record<string, RawTableType>) {
60
for (const [name, rawTableDefinition] of Object.entries(tables)) {
0 commit comments