API Reference / @evolu/common / Evolu/Internal / DbSchema
Interface: DbSchema
Defined in: packages/common/src/Evolu/Db.ts:100
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
indexes | readonly | readonly Readonly <{ name : string ; sql : string ; }>[] | packages/common/src/Evolu/Db.ts:102 |
tables | readonly | readonly Table [] | packages/common/src/Evolu/Db.ts:101 |