Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
SQLiteSelect
Type Alias SQLiteSelect<TTableName, TResultType, TRunResult, TSelection, TSelectMode, TNullabilityMap>
SQLiteSelect
:
SQLiteSelectBase
<
TTableName
,
TResultType
,
TRunResult
,
TSelection
,
TSelectMode
,
TNullabilityMap
,
true
,
never
,
>
Type Parameters
TTableName
extends
string
|
undefined
=
string
|
undefined
TResultType
extends
"sync"
|
"async"
=
"sync"
|
"async"
TRunResult
=
unknown
TSelection
extends
ColumnsSelection
=
Record
<
string
,
any
>
TSelectMode
extends
SelectMode
=
SelectMode
TNullabilityMap
extends
Record
<
string
,
JoinNullability
>
=
Record
<
string
,
JoinNullability
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...