Preparing search index...
The search index is not available
@ztimson/utils
@ztimson/utils
database
Database
Class Database
Index
Constructors
constructor
Properties
connection
database
tables
version?
Methods
includes
table
Constructors
constructor
new
Database
(
database
,
tables
,
version
?
)
:
Database
Parameters
database
:
string
tables
:
(
string
|
TableOptions
)
[]
Optional
version
:
number
Returns
Database
Properties
connection
connection
:
Promise
<
IDBDatabase
>
Readonly
database
database
:
string
tables
tables
:
TableOptions
[]
Optional
version
version
?:
number
Methods
includes
includes
(
name
)
:
boolean
Parameters
name
:
any
Returns
boolean
table
table
<
K
,
T
>
(
name
)
:
Table
<
K
,
T
>
Type Parameters
K
extends
IDBValidKey
=
any
T
=
any
Parameters
name
:
any
Returns
Table
<
K
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
connection
database
tables
version
Methods
includes
table
@ztimson/utils
Loading...