Executing a query that was made with QueryBuilder
getTableColumns() for `with`?
getTableColumns()
for with
CTEs?
If I use the example from the docs:
```ts...Renaming Table with push
sql.raw with params array
SQL
instance using something like sql.raw('select * from users where id = $1', ['user-id'])
? I am not able to use string templates and I already have a Query
object like {sql: "select * from users where id = $1", params: ["user-id"]}
that I simply want to run.inferInsert returns unexpected type?
drizzle-zod returns properties as optional and `unknown`
@hono/zod-openapi
and i am using drizzle to manage my postgres.
when i use the following, drizzle-zod seems to return unknown
types for properties and I am a bit stumped...
```typescript...Type generation for relations
Drizzle seed stuck and no info displayed

Please provide required params for AWS Data API driver:
pnpm drizzle-kit up
results in...`.if` API causes issues with TypeScript
When using Deno, is it still needed to install the dotenv and tsx packages?
drizzle-kit for production
SyntaxError: Expected ',' or '}' after property value in JSON at position 54561
TypeError: Cannot read properties of undefined (reading 'replace')
drizzle-kit push
to push my new schema changes to Supabase database but got this error
```
.../node_modules/drizzle-kit/bin.cjs:20104...New version Not use IF NOT EXIST'S anymore
CREATE TABLE IF NOT EXISTS
I don't know if is the expected behavior, but I didn't like!
0.30.0
vs 0.28.1
...
Please provide required params for AWS Data API driver:
pnpm drizzle-kit up
results in...Problem with ENUMs PostgreSQL
[⣻] applying migrations...error: type "activity_log_activity_enum" already exists
...I messed up my supabase and drizzle setup
pnpm supabase start
locally and that ended up failing due to
```
ERROR: column "class_year" cannot be cast automatically to type integer (SQLSTATE 42804)
At statement 1: --> statement-breakpoint ...