Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
SQLiteUpdateSetSource
Type Alias SQLiteUpdateSetSource<TTable>
SQLiteUpdateSetSource
:
{
[
Key
in
keyof
TTable
[
"$inferInsert"
]
]
?:
|
GetColumnData
<
TTable
[
"_"
]
[
"columns"
]
[
Key
]
,
"query"
>
|
SQL
|
SQLiteColumn
}
&
{}
Type Parameters
TTable
extends
SQLiteTable
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...