Back to Kysely

Complex values

site/docs/examples/update/0020-complex-values.mdx

0.28.17960 B
Original Source

Complex values

As always, you can provide a callback to the set method to get access to an expression builder:

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

import { complexValues } from './0020-complex-values'

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