(path: string, schema: SpaceTableSchema)
| 54 | contextInitiated(path: string): Promise<boolean>; |
| 55 | readTable(path: string, schema: string): Promise<SpaceTable>; |
| 56 | createTable(path: string, schema: SpaceTableSchema): Promise<boolean>; |
| 57 | saveTableSchema(path: string, schemaId: string, saveSchema: (prev: SpaceTableSchema) => SpaceTableSchema): Promise<boolean>; |
| 58 | saveTable(path: string, table: SpaceTable, force?: boolean): Promise<boolean>; |
| 59 | deleteTable(path: string, name: string): Promise<boolean>; |
no outgoing calls
no test coverage detected