Hey guys! Im new to prisma and following a tutoria...
# orm-help
j
Hey guys! Im new to prisma and following a tutorial that is about 1 year or so old. Im using prisma 1.34 to follow along there but it´s not working that smooth. The generated datamodel.prisma file is giving me errors in vsc. I managed to get some data into my postgres database on horoku. But when i added another type in the .prisma file. no new table came with that type. Is there any good articles showing how to work with this version. Or should i just start learning 2.0?
r
Hey @Jakob Clausen 👋 Prisma 2 is the way to go as it is actively being developed unlike Prisma 1. You can get started with any of these links: https://www.howtographql.com/graphql-js/0-introduction/ https://www.prisma.io/docs/getting-started/quickstart-typescript https://github.com/prisma/prisma-examples/
j
Thanks @Ryan! 👍
👍 1