Right now you have to manually create and apply a migration when you are using Prisma with Turso. Introspection and Studio also do not work as usual. The same would be true for Cloudflare D1 when we add support, as it also does not allow simple direct access to the remote database via one of our traditional, Rust-based database drivers.
This is suboptimal, because Prisma's migrations, Introspection and Studio are of course one of the reasons why our users love Prisma.
We should find a way to also configure Migrations, Introspeciton and Studio to use driver adapters.