Documentation
Preparing search index...
@saltcorn/sqlite-mobile
sqlite_capacitor
insert
Function insert
insert
(
tbl
:
string
,
obj
:
Row
,
opts
?:
{
ignoreExisting
?:
boolean
;
jsonCols
?:
string
[]
;
noid
?:
boolean
;
replace
?:
boolean
;
}
,
)
:
Promise
<
any
>
Parameters
tbl
:
string
obj
:
Row
opts
:
{
ignoreExisting
?:
boolean
;
jsonCols
?:
string
[]
;
noid
?:
boolean
;
replace
?:
boolean
;
}
= {}
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...