I'm using `prisma@3.0.2` version and when I type `...
# orm-help
s
I'm using
prisma@3.0.2
version and when I type
prisma init
it does not generate the 3 files like
datamodel.graphql docker-compose.yml
and
prisma.yml
yes I'm using
node 12.19.1
and even when I'm manuelly creating files I can't run the
command docker-compose up -d
it throws me the error like `ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default``. Help me here!!! When I run that command it shows me the message like
Starting "default"...
Machine "default" is already running.
r
You’re describing an older version of Prisma i.e. Prisma 1. Prisma is just an ORM now and you can easily get started using this tutorial.