Are prisma and graphcool the same thing?
# prisma-whats-new
j
Are prisma and graphcool the same thing?
n
yes, Prisma is the 1.0 release
There are major differences from the graphcool-framework. I would check out the migration guide
j
@noahdavis ah ok. I'm actually just getting started with it, so I don't have anything to migrate gratefully but this is helpful. thanks!
n
awesome. Prisma is still getting polished
I just generated a project using the prisma-cli and it creates a graphcool.yml and prisma.yml so I would maybe hold off and use
npm install -g graphcool@beta
for now
then use the graphcool cli until the official Prisma release
All of the Prisma docs align with what is in the graphcool 1.0 RC
j
ah ok, that makes sense
eventually it'll just be primsa.yml?
n
yep
which is the exact same thing was graphcool.yml
same configuration and everything
n
Please disregard
graphcool@beta
, you can stick 100% to https://www.prismagraphql.com/docs/quickstart/ for Prisma. More information soon 🙂
🦜 1
prisma 3
parrotwave6 1
👍 1
n
@nilan - one issue with prisma-cli is that it is generating both
graphcool.yml
and
prisma.yml
n
thanks, I cleaned that up!
💯 1
l
I really like the new site! Well done
j
thanks @noahdavis @nilan for your help!
I'm prisma initing now
🦜 2
prisma 1
n
And re: the examples via the Prisma docs link above: such as: https://github.com/graphcool/prisma/tree/master/examples/auth -- are these ready for kicking of tires (i'm getting 'error Invalid package name.' when i yarn prisma deploy )
n
they should be, let me look into that right away 🙂
did you run `yarn `before?
works for me 🙂
j
IDK where you'd like feedback like this, but 1) the newly generated prisma init's README does not say that I need to run
prisma deploy
first 2) I had an old graphql mysql docker container running that made some error that I had to manually diagnose about the port 3306
e
yeah, I had a docker error like that. In the graphcool beta, when starting a project, it would detect if you had something running on docker and offer to quit that.
n
yeah yarn has run.
ah - need to run
prisma deploy
and not the stated
yarn prisma deploy
i assume...
Dang I cant get this demo working...
[nodemon] app crashed - waiting for file changes before starting...