Files
AFFiNE-Mirror/packages/common/infra/src/orm/index.ts
T
EYHN c26df2e069 feat(infra): doc properties by orm (#8382)
create new orm table docConfiguration

move primary store to docConfiguration
2024-10-07 12:25:47 +00:00

12 lines
234 B
TypeScript

export type {
DBSchemaBuilder,
FieldSchemaBuilder,
ORMClient,
Entity as ORMEntity,
Table,
TableMap,
TableSchemaBuilder,
UpdateEntityInput,
} from './core';
export { createORMClient, f, t, YjsDBAdapter } from './core';