Back to Kysely

Temporary changes table

site/docs/examples/merge/0020-temporary-changes-table.mdx

0.28.171.6 KB
Original Source

Temporary changes table

Merge new entries from a temporary changes table:

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

import { temporaryChangesTable } from './0020-temporary-changes-table'

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