Skip to content

TablePlugin

Defined in: table/plugin.ts:27

  • unknown

optional inferDialect(resource, options?): Promise<any>

Defined in: table/plugin.ts:33

Resource

InferDialectOptions

Promise<any>


optional inferSchema(resource, options?): Promise<any>

Defined in: table/plugin.ts:38

Resource

InferSchemaOptions

Promise<any>


optional loadTable(resource, options?): Promise<undefined | Table>

Defined in: table/plugin.ts:43

Resource

LoadTableOptions

Promise<undefined | Table>


optional savePackage(dataPackage, options): Promise<undefined | { path?: string; }>

Defined in: table/plugin.ts:28

Package

any

Promise<undefined | { path?: string; }>


optional saveTable(table, options): Promise<undefined | string>

Defined in: table/plugin.ts:48

Table

SaveTableOptions

Promise<undefined | string>