"drizzle-orm/planetscale-serverless/migrator" in cf workers

Hey guys in cf workers you don't have access to the file system, how hard would it be to provide migrations to the migrate function?

something like this:

import {migrate} from "drizzle-orm/planetscale-serverless/migrator";

await migarte(db, `CREATE TABLE...`)
Was this page helpful?