Column name different in drizzle magic sql vs drizzle-orm

I use camelCase column names for the ORM and snake_case for the databse columns.

Queries run through ORM returns camelCase columns but if I use drizzle.execute(sql``) it results in snake_case columns any workaround ?
Was this page helpful?