@wxn0brp/db-core
Preparing search index...
types/relation
RelationTypes
RelationConfig
Interface RelationConfig
interface
RelationConfig
{
as
?:
string
;
findOpts
?:
DbFindOpts
;
fk
?:
string
;
path
:
Path
;
pk
?:
string
;
relations
?:
RelationTypes
.
Relation
;
select
?:
string
[]
;
through
?:
{
db
?:
string
;
fk
:
string
;
pk
:
string
;
table
:
string
}
;
type
?:
"1"
|
"11"
|
"1n"
|
"nm"
;
}
Index
Properties
as?
find
Opts?
fk?
path
pk?
relations?
select?
through?
type?
Properties
Optional
as
as
?:
string
Optional
find
Opts
findOpts
?:
DbFindOpts
Optional
fk
fk
?:
string
path
path
:
Path
Optional
pk
pk
?:
string
Optional
relations
relations
?:
RelationTypes
.
Relation
Optional
select
select
?:
string
[]
Optional
through
through
?:
{
db
?:
string
;
fk
:
string
;
pk
:
string
;
table
:
string
}
Optional
type
type
?:
"1"
|
"11"
|
"1n"
|
"nm"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
find
Opts
fk
path
pk
relations
select
through
type
@wxn0brp/db-core
Loading...