Chip Clark
02/11/2021, 5:26 PMJoël
prisma generate
does not validate the datasource url so that’s expected it worksJoël
Julius de Bruijn
02/12/2021, 7:58 AMconnection-string
crate we created in https://github.com/prisma/connection-string or you have a faulty connection string, missing escaping etc.Julius de Bruijn
02/12/2021, 8:00 AM;
, {
,}
,[
,]
and so on, you can wrap the whole value into {value}
so all of the characters in value will be escapedChip Clark
03/22/2021, 5:48 PM