PostgresError: unrecognized configuration parameter "schema" when creating client for postgres-js
Getting the error when I add schema to the call drizzle(client, {schema})
using version
"drizzle-orm": "^0.28.5",
"postgres": "^3.3.5",
Error goes away when schema is removed.
Appreciate any help.
using version
"drizzle-orm": "^0.28.5",
"postgres": "^3.3.5",
Error goes away when schema is removed.
Appreciate any help.