GoodDB
Preparing search index...
Drivers/SQLite
SQLiteDriver
Class SQLiteDriver
Implements
DriversClassType
Index
Constructors
constructor
Properties
db
options?
path
Methods
create
Table
delete
All
Rows
delete
Row
By
Key
get
All
Rows
get
Row
By
Key
init
insert
set
Row
By
Key
tables
Constructors
constructor
new
SQLiteDriver
(
options
?:
SQLiteDriverOptions
)
:
SQLiteDriver
Parameters
Optional
options
:
SQLiteDriverOptions
Returns
SQLiteDriver
Properties
Readonly
db
db
:
Database
Optional
Readonly
options
options
?:
SQLiteDriverOptions
Readonly
path
path
:
string
Methods
create
Table
createTable
(
table
:
string
)
:
boolean
Parameters
table
:
string
Returns
boolean
delete
All
Rows
deleteAllRows
(
table
:
string
)
:
boolean
Parameters
table
:
string
Returns
boolean
delete
Row
By
Key
deleteRowByKey
(
table
:
string
,
key
:
string
)
:
number
Parameters
table
:
string
key
:
string
Returns
number
get
All
Rows
getAllRows
(
table
:
string
)
:
[
any
,
boolean
]
Parameters
table
:
string
Returns
[
any
,
boolean
]
get
Row
By
Key
getRowByKey
(
table
:
string
,
key
:
string
)
:
any
Parameters
table
:
string
key
:
string
Returns
any
init
init
(
table
:
string
)
:
void
Parameters
table
:
string
Returns
void
insert
insert
(
table
:
string
,
array
:
any
[]
)
:
boolean
Parameters
table
:
string
array
:
any
[]
Returns
boolean
set
Row
By
Key
setRowByKey
(
table
:
string
,
key
:
string
,
value
:
any
)
:
boolean
Parameters
table
:
string
key
:
string
value
:
any
Returns
boolean
tables
tables
()
:
string
[]
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
db
options
path
Methods
create
Table
delete
All
Rows
delete
Row
By
Key
get
All
Rows
get
Row
By
Key
init
insert
set
Row
By
Key
tables
GoodDB
Loading...