SQLQueryHelperjs - v1.2.6
Preparing search index...
index
SqliteSchemaGenerationOptions
Interface SqliteSchemaGenerationOptions
interface
SqliteSchemaGenerationOptions
{
tables
?:
string
[]
;
excludeTables
?:
string
[]
;
includeInternalTables
?:
boolean
;
format
?:
"typescript"
|
"javascript"
|
"cjs"
|
"json"
;
importFrom
?:
string
;
includeImports
?:
boolean
;
classNameCasing
?:
"pascal"
|
"preserve"
;
entityPropertyName
?:
"entity"
|
"dbEntity"
;
}
Hierarchy (
View Summary
)
SqliteInspectorOptions
SqliteSchemaGenerationOptions
Index
Properties
tables?
exclude
Tables?
include
Internal
Tables?
format?
import
From?
include
Imports?
class
Name
Casing?
entity
Property
Name?
Properties
Optional
tables
tables
?:
string
[]
Optional
exclude
Tables
excludeTables
?:
string
[]
Optional
include
Internal
Tables
includeInternalTables
?:
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
tables
exclude
Tables
include
Internal
Tables
format
import
From
include
Imports
class
Name
Casing
entity
Property
Name
SQLQueryHelperjs - v1.2.6
Loading...