https://www.prisma.io/ logo
Join Slack
Powered by
# product-wishlist
  • d

    Dan

    11/17/2021, 9:35 PM
    I have said this time and time before, but I still don’t understand why this slack team exists, its 50k users and no discussion at all. Its just a pool of questions… Prisma needs https://www.discourse.org/
    n
    • 2
    • 2
  • b

    Björnstjerne Tiedemann

    12/01/2021, 9:41 AM
    Hello prisma team, we have the same issue descriped at https://github.com/prisma/prisma/issues/8535 with one of our backends. The smaller ones tsc compiles fine with prisma 3.5, the larger one is still at version 3.1.1 and all higher versions we tried will not compile using the same prisma schema as the smaller one. How can we get an NDA and give you access to our repositories?
    a
    • 2
    • 2
  • j

    Joël

    12/03/2021, 1:45 PM
    👋 Call for input! ⬇️ https://prisma.slack.com/archives/CBFFY3066/p1638538756034800
  • j

    jdkdev

    12/13/2021, 4:06 PM
    Hi! Nothing big here, and not sure, if this the place to put this, but loving Prisma and was about to make a custom generator and thought I would search around first. and found this: https://www.prisma.io/docs/concepts/components/prisma-schema/generators#community-generators I have seen others (Vite, Rollup, ESLint) mention a "common convention" for naming plugins in their docs. So, just a thought would be picking a good naming convention like 'prisma-generator-[custom name here]' and adding it to the doc section above. If people catch on from the docs and start following it, then it makes searching npm easier to see if what you are looking for already exists, prevents duplicates, promotes collaboration... . Just a thought!
    🙏 1
    💡 1
    h
    • 2
    • 2
  • d

    do4gr

    01/10/2022, 3:44 PM
    We've updated our proposal for new migrate commands. It would be great if you could have a look and give us some feedback! https://github.com/prisma/prisma/issues/10561
    fast parrot 1
  • n

    n

    01/25/2022, 5:10 PM
    Slack is dead? General chat is just full of unanswered issues and cluttered up
    n
    v
    +2
    • 5
    • 10
  • m

    Matthew Gardner

    02/03/2022, 3:50 PM
    Hi Prisma team, regarding cockroachdb, is there any item on the roadmap to support kerberos authentication? I see you have experience with it in other projects.
    j
    • 2
    • 4
  • s

    SJ

    03/21/2022, 12:47 PM
    Hello Prisma team! :) When trying to create a project and entering a CockroachCloud serverless connection string, I get the error
    Copy code
    We were unable to create your project: Requested database check `reachable` failed
    Is there a solution for this? I have tested the connection string locally with both
    psql
    as well as
    cockroach sql
    , both working fine, indicating the problem may lie on Prisma's side
    n
    • 2
    • 1
  • s

    SJ

    03/21/2022, 2:27 PM
    I have created an issue: https://github.com/prisma/prisma/issues/12451
  • h

    hinogi

    04/05/2022, 7:09 AM
    Hello everyone
  • h

    hinogi

    04/05/2022, 7:10 AM
    It seems that the interest for enabling users on github to work on new connector is slim to none. So I am unable to use Prisma because I use an oracle database. Is there no possibility to have someone develop a connector for other databases other than currently supported?
    v
    • 2
    • 2
  • h

    hinogi

    04/05/2022, 7:11 AM
    And as before mentioned, communication with the community seems an utter desaster
    v
    • 2
    • 6
  • h

    Hamin Lee

    05/12/2022, 8:54 AM
    Hello, I am currently developing a project under the name
    Prisma Data Insight
    . This project aims to create a statistical report or real-time dashboard of Prisma with Markdown only. I am developing this project for the purpose of using it with Prisma Data Platform. It will be released free of charge under the MIT license. This template is still in the development stage, but I think I can release it within this weekend. However, I don’t know how much I should focus on development because I don’t know how much other people will need during the development of these projects. Would anyone be interested in taking part in the development or using this project when it is released? 👀 I want to develop a project that I can use with the Prisma Data Platform, And I wonder if it’s worth my time or what other people’s needs might be.
    👀 2
    p
    • 2
    • 2
  • j

    jdkdev

    07/14/2022, 8:13 PM
    This may already be on the list or a bad idea but I will throw it out there: Regarding Prisma Studio: Could there be a way to see the underlying Prisma Query that is pulling the data. I am thinking of it as basic starting point for how a particular filter or select would begin.
    ❤️ 1
    ✅ 1
    a
    s
    • 3
    • 7
  • r

    Rob Taylor

    07/19/2022, 2:47 PM
    I felt like I watched this in one of the videos, but didn't see it on the roadmap. Types exists for MongoDb. ❓Are there plans to support types for JSON objects for SQL databases scheduled?
    ✅ 1
    j
    n
    • 3
    • 2
  • j

    jdkdev

    07/21/2022, 11:17 PM
    Feedback on Upgrade to V4 (regarding dmmf)
    ✅ 1
    n
    • 2
    • 9
  • s

    Spiros - Product at Prisma

    08/11/2022, 11:29 AM
    🦥 Hello everyone! is your Prisma Application running slow? How do you fix slow queries? If you have answer to these questions, would you take 1' to answer two questions in this short survey that will help us understand how you go about fixing slow performance? Thank you! https://prisma103696.typeform.com/to/BPjZ2FIz
    prisma rainbow 2
  • k

    Kerem Kazan

    08/18/2022, 6:34 PM
    hi everyone, i had a question about prisma’s handling of CITEXT. it appears that there might be a recent regression that changes CITEXT default treatment from case-insensitive to case-sensitive. i’m happy to submit a pr to attempt to fix this, though i’d greatly appreciate a few pointers in terms of where i should be looking at
    a
    j
    • 3
    • 5
  • m

    Mischa

    09/27/2022, 3:43 PM
    i really really hope there will be some improvement to cold starts in my lambda app someday. i've been mentioning this for what feels like years now, it's ruining the user experience on my serverless application that uses prisma. please tell me there are at least plans in the roadmap to address this?
    j
    • 2
    • 2
  • j

    Justin Michaliga

    09/30/2022, 7:21 PM
    generating types from an existing schema... i think openapi-typescript is close and seems like that is on the roadmap for supabase
    n
    • 2
    • 1
  • h

    hinogi

    10/08/2022, 8:09 AM
    https://github.com/prisma/prisma/discussions/15714 I just had to raise awareness for past promises
    🙏 1
    ✅ 1
    n
    • 2
    • 2
  • r

    Ran Rosenmann

    10/11/2022, 3:13 PM
    Hi Dev team. Requesting to prioritize https://github.com/prisma/prisma/issues/15013 for fixing. we are suffering a lot from this issue.
    👀 1
    v
    • 2
    • 4
  • h

    Hassan Anwar

    10/12/2022, 4:34 PM
    Hi Dev Team. Here's an issue https://github.com/prisma/prisma-client-go/issues/777#issue-1406499651 Please see if it's possible or not We're Stuck
    👀 1
    v
    • 2
    • 1
  • f

    Francesco Sardo

    10/13/2022, 10:04 AM
    Hey folks. Just wanted to check what happened to the Preview Database feature idea?

    https://www.youtube.com/watch?v=oojjJh-51ZI▾

    We're approaching 1 year since it was first teased and I'm curious to know if it's still in scope Is the feature related to these two roadmap items? • https://prismaio.notion.site/Vercel-Integration-for-Prisma-Data-Proxy-d6b929c3cfc345f1808ae74185707996 • https://prismaio.notion.site/Developer-Databases-c36a68ad4ecd42438bd64d1211f25628 Also, since this channel is about wishlist, I was wondering if you ever considered a lightweight version of prisma that doesn't depend on the Rust executable and can be run, for example, on StackBlitz or as a connector for Cloudflare's D1 database. That would be super neat. Thanks to y'all for your great work
    n
    j
    • 3
    • 4
  • a

    Anton Johansson

    10/15/2022, 3:16 PM
    I've created some feature request / wish-list issues on GitHub. I' sorry for the spam! I'm trying to evaluate if we can start using Prisma at our company.
    👀 1
    f
    • 2
    • 3
  • d

    DIlpazir Ahmad

    10/17/2022, 4:06 AM
    welcome @mazhar iqbal
    💚 2
    👋 2
  • m

    mazhar iqbal

    10/17/2022, 4:22 AM
    Thank you
    👋 2
  • m

    Marek Urbanowicz

    10/19/2022, 6:39 AM
    What’s going on with Geospatial support both for Mongo and for Postgres? I am about to start new project and wanted to use Prisma after some good recommendations from friends, but this is a deal breaker to me as I have to use a lot of that in this project Unfortunately last update was a comment on 2 github issues back in July and we didn’t hear anything since then 😞
    👀 1
    f
    • 2
    • 3
  • m

    Mischa

    10/20/2022, 12:59 AM
    a haiku: faster lambda cold start time a desperate wish details can be found here: https://github.com/prisma/prisma/issues/10724 https://github.com/prisma/prisma/issues/11266
    😅 2
    👍 2
  • r

    Ran Rosenmann

    10/20/2022, 12:23 PM
    I would like to +1 on https://github.com/prisma/prisma/issues/6723 the suggested solution in the issue is very common to ORM's I was super surprised that prisma still doesn't support it. you can also look here https://nhibernate.info/doc/nhibernate-reference/inheritance.html to get inspiration on implementations. NH has the discriminator feature for over 10 years now.
    🙏 4