Are there any postgres migration libs that work on pages?

I use drizzle as an orm and it has a postgres-js adapter which works fine. but when I try to apply migrations using that adapter, cloudflare throws build errors because the migration client uses node:fs, which isnt supported on pages.

Are there any alternative ways to apply sql migration files to my postgres database?
image.png
Was this page helpful?