Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
Query
Type Alias Query
Query
:
{
from
:
RowLike
|
Scalar
;
groupBy
?:
Any
<
unknown
,
0
|
1
>
[]
;
joins
?:
{
[
key
:
string
]:
{
on
:
Bool
<
0
|
1
>
;
row
:
RowLike
;
table
:
Setof
<
any
>
}
;
}
;
select
?:
RowLike
|
Scalar
;
wheres
?:
[
Bool
<
0
|
1
>
,
...
Bool
<
0
|
1
>
[]
]
;
}
Type declaration
from
:
RowLike
|
Scalar
Optional
groupBy
?:
Any
<
unknown
,
0
|
1
>
[]
Optional
joins
?:
{
[
key
:
string
]:
{
on
:
Bool
<
0
|
1
>
;
row
:
RowLike
;
table
:
Setof
<
any
>
}
}
Optional
select
?:
RowLike
|
Scalar
Optional
wheres
?:
[
Bool
<
0
|
1
>
,
...
Bool
<
0
|
1
>
[]
]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Typegres API Reference - v0.0.1
Loading...