@owservable/sqlite
Preparing search index...
SqliteConnectorOptionsType
Type Alias SqliteConnectorOptionsType
type
SqliteConnectorOptionsType
=
{
dbName
:
string
;
entities
:
any
[]
;
ormOptions
?:
any
;
pollIntervalMs
?:
number
;
safe
?:
boolean
;
triggers
?:
boolean
;
updateSchema
?:
boolean
;
}
Index
Properties
db
Name
entities
orm
Options?
poll
Interval
Ms?
safe?
triggers?
update
Schema?
Properties
db
Name
dbName
:
string
entities
entities
:
any
[]
Optional
orm
Options
ormOptions
?:
any
Optional
poll
Interval
Ms
pollIntervalMs
?:
number
Optional
safe
safe
?:
boolean
Optional
triggers
triggers
?:
boolean
Optional
update
Schema
updateSchema
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
db
Name
entities
orm
Options
poll
Interval
Ms
safe
triggers
update
Schema
@owservable/sqlite
Loading...