I've just installed prisma-cli 1.34 on a Windows m...
# orm-help
b
I've just installed prisma-cli 1.34 on a Windows machine for use with an existing MariaDB. Would it be ok if I asked a few Q's? • Firstly, when I run
prisma init prisma
it gives me:
Copy code
command Failed to get the definition file +0ms
  command Error: Couldn't find `prisma.yml` file. Are you in the right directory? +3ms
  environment FetchError: request to <http://localhost:4466/management> failed, reason: connect ECONNREFUSED 127.0.0.1:4466
Which seems like it expects something to already exist? It then proceeds to further steps, but is something wrong here?
r
Hey Bruce šŸ‘‹ I would suggest checking out an example from this repo to directly start working with MariaDB. Also if you're new to Prisma, I would suggest starting with Prisma 2.