Back to Kysely

Generic find query

site/docs/examples/select/0130-generic-find-query.mdx

0.28.17959 B
Original Source

Generic find query

A generic type-safe helper function for finding a row by a column value:

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

import { genericFindQuery } from './0130-generic-find-query'

<div style={{ marginBottom: '1em' }}> <Playground code={genericFindQuery} /> </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: