Back to Kysely

Single row

site/docs/examples/delete/0010-single-row.mdx

0.28.17769 B
Original Source

Single row

Delete a single row:

import { Playground } from '../../../src/components/Playground'

import { singleRow } from './0010-single-row'

<div style={{ marginBottom: '1em' }}> <Playground code={singleRow} /> </div>

:::info[More examples] The API documentation is packed with examples. The API docs are hosted here, but you can access the same documentation by hovering over functions/methods/classes in your IDE. The examples are always just one hover away!

For example, check out these sections: