Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.01 KB

TableInclusion.md

File metadata and controls

50 lines (27 loc) · 1.01 KB

ts-sql-codegen / TableInclusion

Interface: TableInclusion

Hierarchy

  • input<typeof TableInclusionSchema>

    TableInclusion

Table of contents

Properties

Properties

exclude

Optional exclude: null | (string | RegExp)[]

Tables to be excluded - identified by qualified table name or regular expression

Inherited from

z.input.exclude

Defined in

src/generator-options.ts:14


include

Optional include: null | (string | RegExp)[]

Tables to be included - identified by qualified table name or regular expression

Inherited from

z.input.include

Defined in

src/generator-options.ts:9