James Fox
05/03/2020, 4:24 PMprisma2@2.0.0-alpha.538
➡️ @prisma/cli@2.0.0-beta.1
. My code compiles, but when I execute a simple query at <http://localhost:8000/graphql>
, the request hangs forever with this in the server output:
prisma:info Starting a postgresql pool with 9 connections.
prisma:info Started http server on 127.0.0.1:51807
James Fox
05/03/2020, 4:25 PMdatasource db {
provider = "postgresql"
url = env("DATABASE_URL")
default = true
}
Ryan
05/04/2020, 9:59 AMprisma generate
and then querying again?