SQLQueryHelperjs - v1.2.6
Preparing search index...
index
MySqlSchemaGenerationOptions
Interface MySqlSchemaGenerationOptions
interface
MySqlSchemaGenerationOptions
{
schemas
?:
string
[]
;
tables
?:
string
[]
;
excludeTables
?:
string
[]
;
includeSystemSchemas
?:
boolean
;
format
?:
"typescript"
|
"javascript"
|
"cjs"
|
"json"
;
importFrom
?:
string
;
includeImports
?:
boolean
;
classNameCasing
?:
"pascal"
|
"preserve"
;
entityPropertyName
?:
"entity"
|
"dbEntity"
;
}
Hierarchy (
View Summary
)
MySqlInspectorOptions
MySqlSchemaGenerationOptions
Index
Properties
schemas?
tables?
exclude
Tables?
include
System
Schemas?
format?
import
From?
include
Imports?
class
Name
Casing?
entity
Property
Name?
Properties
Optional
schemas
schemas
?:
string
[]
Optional
tables
tables
?:
string
[]
Optional
exclude
Tables
excludeTables
?:
string
[]
Optional
include
System
Schemas
includeSystemSchemas
?:
boolean
Optional
format
format
?:
"typescript"
|
"javascript"
|
"cjs"
|
"json"
Optional
import
From
importFrom
?:
string
Optional
include
Imports
includeImports
?:
boolean
Optional
class
Name
Casing
classNameCasing
?:
"pascal"
|
"preserve"
Optional
entity
Property
Name
entityPropertyName
?:
"entity"
|
"dbEntity"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schemas
tables
exclude
Tables
include
System
Schemas
format
import
From
include
Imports
class
Name
Casing
entity
Property
Name
SQLQueryHelperjs - v1.2.6
Loading...