drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
21.47k stars 486 forks source link

feat: skipSchemaCreation option #2445

Open MagicFun1241 opened 3 weeks ago

MagicFun1241 commented 3 weeks ago

Case

In some postgres databases there may be no permissions to execute statement

CREATE SCHEMA IF NOT EXISTS "public"

which causes migrate function to fail with "permission denied for database ...".