@wxn0brp/db-core
Preparing search index...
Relation
Class Relation
Index
Constructors
constructor
Properties
dbs
Methods
find
find
One
Constructors
constructor
new
Relation
(
dbs
:
DBS
)
:
Relation
Parameters
dbs
:
DBS
Returns
Relation
Properties
dbs
dbs
:
DBS
Methods
find
find
(
path
:
Path
,
search
:
Search
,
relations
:
RelationTypes
.
Relation
,
select
?:
Record
<
string
,
any
>
|
string
[]
[]
,
dbFindOpts
?:
DbFindOpts
,
)
:
Promise
<
any
[]
>
Parameters
path
:
Path
search
:
Search
relations
:
RelationTypes
.
Relation
Optional
select
:
Record
<
string
,
any
>
|
string
[]
[]
dbFindOpts
:
DbFindOpts
= {}
Returns
Promise
<
any
[]
>
find
One
findOne
(
path
:
Path
,
search
:
Search
,
relations
:
RelationTypes
.
Relation
,
select
?:
Record
<
string
,
any
>
|
string
[]
[]
,
)
:
Promise
<
any
>
Parameters
path
:
Path
search
:
Search
relations
:
RelationTypes
.
Relation
Optional
select
:
Record
<
string
,
any
>
|
string
[]
[]
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
dbs
Methods
find
find
One
@wxn0brp/db-core
Loading...