Skip to content

TablePlugin

Defined in: table/plugin.ts:21

  • unknown

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

Defined in: table/plugin.ts:27

Resource

InferDialectOptions

Promise<any>


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

Defined in: table/plugin.ts:32

Resource

InferSchemaOptions

Promise<any>


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

Defined in: table/plugin.ts:37

Resource

LoadTableOptions

Promise<undefined | Table>


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

Defined in: table/plugin.ts:22

Package

any

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


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

Defined in: table/plugin.ts:42

Table

SaveTableOptions

Promise<undefined | string>