Back to Kysely

All columns of a table

site/docs/examples/select/0100-all-columns-of-a-table.mdx

0.28.17929 B
Original Source

All columns of a table

Select all columns of a table:

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

import { allColumnsOfATable } from './0100-all-columns-of-a-table'

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