I loved prisma but prisma is cont connecting to lo...
# orm-help
m
I loved prisma but prisma is cont connecting to localhost mysql development environment in my PC so I am moving to sequikize. I don't want to use any other orm than prisma and I tried several tine and now I am tired and moving. Prisma working well in my aws server but not working on my development computer
n
Hey Muhammad 👋 Can you please provide some details on what issue you are getting in your local development environment so that we could help you out?
m
When I introsoect my database it give introspect engine error with on other details. When I run npx ptisma db push or pull command or npx prisma migrate dev command it gives me database migrate engine error. Even it does not giving me error full details just giving me migration engine error. I tried both mysql and postgres both are not workimg on my local machine while database is running and available on my local development environment even sequlize working fine with sync but prisma giving unknown error. Prisma working fine on amazon aws vloud and rds but not on my local development computer
n
Can you please provide the details of the error that you are getting while introspecting? Which prisma version are you using?
m
Error is: Introspection Engine Error:
I am using latest version of prisma aavailable on npm
n
That’s strange, it seems you are not getting any description of error 🤔
m
Yes Its strange I only getting this error in red colour: Introspection emgine error:
Meanwhile sequloze is working fine after I install mysql2 driver
n
Is it possible for you to provide a public repo in which you are getting this error, I would like to reproduce it and see what’s causing the issue