https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# random
  • m

    Marc

    09/08/2020, 9:48 AM
    nestjs-prisma includes now a
    PrismaService
    and
    PrismaModule
    as a nest library. Also prompts now to generate a custom
    PrismaService
    and to Dockerize your application. Try it out for your next NestJS app https://github.com/marcjulian/nestjs-prisma
    👌 8
    prisma rainbow 11
    🙌 6
  • m

    Marc

    09/15/2020, 2:34 PM
    https://twitter.com/notiz_dev/status/1305876135545311238
    👍 5
    💯 3
  • m

    Marc

    09/15/2020, 4:03 PM
    🥳 Announcing prisma-dbml-generator https://twitter.com/notiz_dev/status/1305899386497531904
    🙏 1
    💯 6
    👍 11
    j
    a
    a
    • 4
    • 7
  • a

    Akshat Sharma

    09/17/2020, 1:39 PM
    Hi a stupid question, is prisma-migrate stable now?
  • m

    Marc

    09/18/2020, 11:16 AM
    https://twitter.com/notiz_dev/status/1306914770193395712
    🚀 8
  • v

    vignesh

    09/21/2020, 9:17 AM
    hi i am vignesh from germany. I would love to launch my product with #graphql-conf we would love to talk about the sponsorship and further details in a conference call. looking forward for a reply from #graphql-conf
    e
    • 2
    • 1
  • k

    KJReactor

    09/28/2020, 10:20 PM
    I can' t get dbml generator to work. I get
    Copy code
    Error: Generator at prisma-dbml-generator could not start:
    
    /bin/sh: prisma-dbml-generator: command not found
    m
    • 2
    • 1
  • w

    Warren Day

    10/01/2020, 8:41 AM
    Spent a couple of evenings putting together this little app to display GraphQL network requests in chrome. It purely looks at the network so doesn't care which client you are using. (Apollo, Relay etc). Pretty useful if you find the standard network tab difficult to work with GraphQL. https://github.com/warrenday/graphql-network-inspector https://chrome.google.com/webstore/detail/graphql-network-inspector/ndlbedplllcgconngcnfmkadhokfaaln
    prisma rainbow 3
    ❤️ 2
    💯 2
    🙏 2
    🚀 2
    👍 7
    m
    j
    +2
    • 5
    • 5
  • a

    Andreas Harmuth

    10/01/2020, 1:42 PM
    Does anyone have a good tool/method to get the "subschema" for query?
  • a

    Andy Dillon

    10/01/2020, 2:17 PM
    Any chance anybody can give me an opinion on my portfolio http://www.sirandrewdillon.com
    👍 2
    s
    g
    • 3
    • 2
  • p

    Pigotz

    10/04/2020, 10:36 AM
    Hi guys! 👋 Any of you could please share the original gif of prisma rainbow in a DM? I'm preparing a presentation about Prisma and I want it to be cool prisma cool
    n
    j
    • 3
    • 7
  • r

    reblim

    10/05/2020, 6:37 PM
    Hi everybody 👋 Last weekend, I finally ticked a box that was in my to-do list for a long while, contributing to the open-source community. I think you may find it useful too. Check it out ⚡️ https://www.producthunt.com/posts/fast-5 ⭐️ https://github.com/reblim/fast
    prisma rainbow 4
  • r

    Ryota Murakami

    10/06/2020, 12:00 PM
    @reblim Awesome quality tool! I up voted this product hunt, but I'm not sure what the benefit of product hunt? Might be getting VC funding?
    ❤️ 1
    💯 1
    r
    a
    • 3
    • 2
  • a

    Alex Vilchis

    10/07/2020, 2:24 PM
    Check out this daily scrum bot we use in Positive Zero: https://github.com/positive-zero/daily-scrum-discord-bot
  • s

    Simão Cruz

    10/07/2020, 4:37 PM
    Hi. Someone to help me? I'm trying to run two different prisma stages for the same service. I have already made it, but I was forced to format my pc and lost the configuration. I'm using docker desktop to control the containers available.
  • m

    milos

    10/12/2020, 5:33 PM
    Not sure where to ask this, so I’ll ask here. I’m hosting my app with Vercel and DB postgres (prisma2) on Heroku. Ever since I moved to Vercel , the calls became slower and number of connections is really limiting. Any suggestion for Vercel + postgre db cloud or something to use — speed is most important.
    s
    • 2
    • 2
  • a

    Armaan Dhanji

    10/13/2020, 4:37 AM
    @milos give Render a try. (It works great for Prisma2 w/ Apollo Server)
    🙏 1
  • s

    salman

    10/14/2020, 1:32 PM
    I'm getting this issue while creating server. My heroku admin account i linked with prisma. Can some help?
  • s

    Spencer Curry

    10/21/2020, 2:31 PM
    hey yall, this is very #random and totally unrelated to Prisma, but this is one of the few programming communities I can access during the lockdowns... Does anyone have any experience with Perforce, p4/p4d? I was asked to solve a simple issue but have no experience with Perforce, per say. I have a few simple questions that a real in-person chat would quickly solve!
  • s

    Spencer Curry

    10/21/2020, 2:31 PM
    if this is inappropriate for this channel lmk and ill delete!
  • m

    Moritz

    10/28/2020, 6:50 PM
    \
  • m

    Michael Aubry

    11/10/2020, 1:46 AM
    Sharing my journey on YouTube. Feel free to check it out and if you have thoughts, please share, I am open to feedback and growth. 

    https://www.youtube.com/watch?v=rt42w-fxzik▾

    👌 1
  • s

    Spencer Curry

    11/11/2020, 5:49 PM
    hey yall, i'm trying to deploy a service to Google Cloud App Engine. this service is an API that uses Prisma to connect to a DB and serve up data. I have deployed the service to the App Engine but was hit with an error, it looks like I need to run
    npx prisma generate
    before running the service on App Engine
  • s

    Spencer Curry

    11/11/2020, 5:49 PM
    does anyone know where I can find more information about getting this done?
  • s

    Spencer Curry

    11/11/2020, 5:49 PM
    instead of App Engine, should i use compute engine to make a VM where I can run the command myself?
  • s

    Spencer Curry

    11/11/2020, 6:06 PM
    Copy code
    Updating service [default] (this may take several minutes)...failed.
    ERROR: (gcloud.app.deploy) Error Response: [9]
    Application startup error! Code: APP_CONTAINER_CRASHED
    
    > med-planner-server@1.0.0 start /app
    > node ./graphql/index.js
    
    /app/node_modules/.prisma/client/index.js:3
        throw new Error(
        ^
    
    Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
    p
    • 2
    • 6
  • s

    Spencer Curry

    11/11/2020, 6:06 PM
    i have a "gcp-build" script in my package.json and it seemed to fire off in the logs, but i still got this error (both before and after adding the aforementioned script
  • n

    Nicolas Djambazian

    11/20/2020, 10:47 AM
    Hello Everyone, Is anyone here interested to take part in a Developer Experience study around GraphQL? (45min on videoconference - with a 45€ Amazon gift card incentive) It will help to build a tool around this techno. They are looking for developers in Paris, London or Berlin. The link to apply : https://app.tandemz.io/study/a8646910-1e25-4d87-a376-732f864c2704 Thanks, 🙂
  • m

    Matteo Gasparello

    11/24/2020, 12:03 PM
    Hey guys, I just published a new article on Graph QL and I’d love your feedback! I explore GraphQL’s core features, how to interact with a GraphQL API, and some development and operational challenges. https://codersociety.com/blog/articles/introduction-graphql  What do you guys think?
    🙌 1
  • u

    uzu

    11/24/2020, 4:39 PM
    Prisma re-design dedicated for serverless/msa usage. supports mongodb / dynamodb. thoughts?
    🙌 1
1...424344...53Latest