type alias DeleteByFieldTarget

One delete-rows-matching-a-field target: which table, matched on which field, for which value.

Properties

table: string
field: string
value: InValue

Usage

import { type DeleteByFieldTarget } from "docs/database.ts";