A Drizzle ORM NodePgDatabase instance.
The Postgres schema used to store the migrations table.
OptionalbaseFolder: stringOptional base directory used to locate the migrations folder.
A promise that resolves when all pending migrations have been applied.
Discovers and runs pending Drizzle ORM migrations against the provided database.
Migration folders are resolved by searching the following paths relative to
baseFolder(orprocess.cwd()when omitted):./db/migrations,./src/db/migrations,./migrations,./src/migrations.