Wrong docs on casing

The docs chat bot suggests this but that seems wrong

const db = drizzle(client, { casing: 'snake_case' })


Where can I specify the rule for the column aliases?


Right now it's a lot of noise responseId: bigint('response_id')
Was this page helpful?