You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using SQLite, I can't load Prisma Studio and end up using Ctrl+C to exit loop
Warning! Blinking Video!!
Screen.Recording.2024-07-20.at.12.19.49.AM.mov
How to reproduce
...% npx prisma studio
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Prisma Studio is up on http://localhost:5555
Expected behavior
No response
Prisma information
generator client {
provider = "prisma-client-js"
}
datasource db {
provider = "sqlite"
url = env("DATABASE_URL")
}
model Entry {
id String @id @default(cuid())
data String
metadata String
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}
Environment & setup
OS: Mac
Browser: Arc
Database: SQLite
Prisma logs
No response
The text was updated successfully, but these errors were encountered:
Bug description
Using SQLite, I can't load Prisma Studio and end up using Ctrl+C to exit loop
Warning! Blinking Video!!
Screen.Recording.2024-07-20.at.12.19.49.AM.mov
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
Prisma logs
No response
The text was updated successfully, but these errors were encountered: