feat(infra): doc properties by orm (#8382)

create new orm table docConfiguration

move primary store to docConfiguration
This commit is contained in:
EYHN
2024-10-07 12:25:47 +00:00
parent f5c49a6ac9
commit c26df2e069
16 changed files with 551 additions and 80 deletions
+3 -1
View File
@@ -2,8 +2,10 @@ export type {
DBSchemaBuilder,
FieldSchemaBuilder,
ORMClient,
Entity as ORMEntity,
Table,
TableMap,
TableSchemaBuilder,
UpdateEntityInput,
} from './core';
export { createORMClient, f, YjsDBAdapter } from './core';
export { createORMClient, f, t, YjsDBAdapter } from './core';