Back to Kysely

Where in

site/docs/examples/where/0020-where-in.mdx

0.28.17795 B
Original Source

Where in

Find multiple items using a list of identifiers:

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

import { whereIn } from './0020-where-in'

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