Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
SQLiteDeleteConfig
Interface SQLiteDeleteConfig
interface
SQLiteDeleteConfig
{
limit
?:
number
|
Placeholder
<
string
,
any
>
;
orderBy
?:
(
|
SQL
<
unknown
>
|
Aliased
<
unknown
>
|
SQLiteColumn
<
ColumnBaseConfig
<
ColumnDataType
,
string
>
,
{}
,
{}
>
)
[]
;
returning
?:
SelectedFieldsOrdered
;
table
:
SQLiteTable
;
where
?:
SQL
<
unknown
>
;
withList
?:
Subquery
<
string
,
Record
<
string
,
unknown
>
>
[]
;
}
Index
Properties
limit?
order
By?
returning?
table
where?
with
List?
Properties
Optional
limit
limit
?:
number
|
Placeholder
<
string
,
any
>
Optional
order
By
orderBy
?:
(
|
SQL
<
unknown
>
|
Aliased
<
unknown
>
|
SQLiteColumn
<
ColumnBaseConfig
<
ColumnDataType
,
string
>
,
{}
,
{}
>
)
[]
Optional
returning
returning
?:
SelectedFieldsOrdered
table
table
:
SQLiteTable
Optional
where
where
?:
SQL
<
unknown
>
Optional
with
List
withList
?:
Subquery
<
string
,
Record
<
string
,
unknown
>
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
limit
order
By
returning
table
where
with
List
Documentation
Loading...