Introspection fails sonb_build_array(" is not valid JSON
I'm trying to switch from prisma to drizzle.
To begin, I've tried introspecting my database, but it fails with an error sonb_build_array(" is not valid JSON.
No logs either. Any idea what could be causing this
3 Replies
Works again with "drizzle-kit": "^0.22.0",
I had the same error on
0.24.2
, had to downgrade to 0.22.0
Now the error is that
jsonb_build_array()
does not exist or is not getting imported into the generated schema file.