跳转到内容

@freenotes/web-runtime


@freenotes/web-runtime / DbStoreDefinition

Interface: DbStoreDefinition<Value>

Defined in: src/db/types.ts:53

Type Parameters

Value

Value = unknown

Properties

autoIncrement?

optional autoIncrement?: boolean

Defined in: src/db/types.ts:54


indexes?

optional indexes?: Record<string, DbIndexDefinitionInput<Value>>

Defined in: src/db/types.ts:55


keyPath?

optional keyPath?: DbKeyPath<Value>

Defined in: src/db/types.ts:56

让基础能力保持简单,让业务开发更加专注。