Back to Kysely

All columns

site/docs/examples/select/0090-all-columns.mdx

0.28.17905 B
Original Source

All columns

The selectAll method generates SELECT *:

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

import { allColumns } from './0090-all-columns'

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