Postgres ltree support / Open Source Contributions #12306
Replies: 3 comments 14 replies
|
Thanks for your work @halfmatthalfcat ❤️ Saw your email and was planning to answer next week, but here is fine as well. Actually better, as others can also chime in (and my "no work on the weekend rule is much laxer about spending time on GitHub 😆). I will open 2 "threads" here now: One to continue working on the feature, and another one to discuss the topic of Open Source contributions to Prisma. This one is for discussing the feature: The big open question we usually start with internally (after we decided it is worth spending our resources on a specific feature vs. on others), is how a database feature would look like in Prisma Schema Language (PSL) and how support across databases looks like. Anything that only works in one database is harder to integrate, unless it presents itself as a "native type" (where we can do I know very little about |
Prisma is very early on our "accept contributions from the community" journey. Until now those contributions were mainly in dependent projects lik quaint or tiberius, or on the smaller scale across our TS codebase in Prisma did not start as a Open Source project building on community contributions, and as such does not have any of the mechanisms required to make that work. Product Management is internal (Roadmap, Opportunity documents, Solution design, etc), as it Engineering generally (although we work in the open in GitHub, all communication and planning is still behind the scenes in private. |
|
Hi there, To keep our discussions organized and focused on the most relevant topics, we’re reviewing and tidying up our backlog. As part of this process, we’re closing discussions that haven’t had any recent activity and appear to be outdated. If this discussion is still important to you or unresolved, we’d love to hear from you! Feel free to reopen it or start a new one with updated details. For more details about our priorities and vision for the future of Prisma ORM, check out our latest blog post: https://www.prisma.io/blog/prisma-orm-manifesto. Thank you for your understanding and being part of the community! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey all, not sure if this is the right forum for this but wanted to start a conversation around adding Postgres ltree support into Prisma.
I've started the process of updating the chain of libraries in order for Prisma to fully support this new datatype.
I'd like to gauge the Prisma team's (especially @janpio) at the feasibility of this being accepted into Prisma in the short term. I understand Prisma has it's own priorities but I'm sinking a lot of time into this and want to know whether it would be seriously considered for merge when it is ready (hopefully by the end of March).
Appreciate any advice or guidance on how you've managed larger open source contributions to Prisma and what I should expect going forward.
edit: There is an open issue for this #2568, however wanted to have more of a discussion on how this looks for me personally as an open source contributor.
All reactions