PrismaP
Prisma10mo ago
5 replies
jpcafe

db push not working with new prisma.config `migrate` adapter

hey guys, anyone got db push to work with turso?

getting

error: Error validating datasource `db`: the URL must start with the protocol `file:`.
  -->  prisma/schema.prisma:11
   | 
10 |   provider = "sqlite"
11 |   url      = env("DATABASE_URL")
   | 
Was this page helpful?