Guys, sorry, I’m a noob on prisma, I’m studying hi...
# orm-help
p
Guys, sorry, I’m a noob on prisma, I’m studying him but now on version 1.7.1, where is the structure? I have 3 files only on my project…
n
Prisma comes with only three files by default,
datamodel.graphql
,
prisma.yml
and
docker-compose.yml
, what else are you looking for?
p
I saw that if i need a server from boilerplate I need to use graphql cli, so, the boilerplate is still using prisma 1.7.1?
So, If I use the boilerplate of typescript-advanced, the CLI don’t ask to me if I want to use MySQL or Postgres, are any tutorial to change that?
n
That's correct. We should think about giving you this choice, could you raise this issue here: https://github.com/graphql-boilerplates/typescript-graphql-server/issues/new? 🙂
p
Yeah, of course!
Thanks