Type Alias: SchemaType

typescript
1
SchemaType = object

Defined in: ridb_core.d.ts:108

Represents the type definition for a schema.

Properties

encrypted?

typescript
1
optional encrypted: string[]

Defined in: ridb_core.d.ts:124


indexes?

typescript
1
optional indexes: string[]

Defined in: ridb_core.d.ts:123


primaryKey

typescript
1
primaryKey: string

Defined in: ridb_core.d.ts:117

The primary key of the schema.


properties

typescript
1
properties: object

Defined in: ridb_core.d.ts:128

The properties defined in the schema.

Index Signature

[name: string]: Property


type

typescript
1
type: SchemaFieldType

Defined in: ridb_core.d.ts:122

The type of the schema.


version

typescript
1
version: number

Defined in: ridb_core.d.ts:112

The version of the schema.