@suluk/drizzle - v0.1.6
↑ Suluk
GitHub
Preparing search index...
softDeleteValues
Function softDeleteValues
softDeleteValues
(
opts
?:
SoftDeleteOptions
,
now
?:
Date
)
:
Record
<
string
,
string
>
The patch a soft delete applies — sets the deletedAt column to
now
(default current time).
Parameters
opts
:
SoftDeleteOptions
= {}
now
:
Date
= ...
Returns
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
↑ Suluk
GitHub
@suluk/drizzle - v0.1.6
Loading...
The patch a soft delete applies — sets the deletedAt column to
now(default current time).