TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Prisma – An open-source GraphQL API layer for your database

166 pointsby jaxonduover 7 years ago

10 comments

mrbarlettaover 7 years ago
I&#x27;ve been using graphcool (0.1) for quite some time, on a paid plan. I feel so lost with so many changes lately, graphcool 1.0, now prisma, first it was a baas, then open sourced, then only a graphql database, etc.<p>My question are (and I totally thank you guys for the great tool you created)<p>#1 how will you profit from it? I need to make sure we invest in a tool that will be supported.<p>#2, how do I migrate? I understand that now I have to take care of a lot more than before, but the information available ain&#x27;t clear, instead of saying &quot;Hey, we no longer will create everything for you, make sure you learn how to tie graphql-yoga + bindings+ prisma&quot; you were saying &quot;We will focus on graphql database&quot; which led us wonder what it meant.<p>I think your decision to focus on the hard problem is the right one, it just that our relation as users&#x2F;customers of graphcool has changed and that wasn&#x27;t very well explained.<p>keep the great work!
评论 #16161918 未加载
评论 #16162029 未加载
everdevover 7 years ago
These DB -&gt; API tools show promise, until you want to do something outside the CRUD box like upload images or process payments.<p>Also, I&#x27;ve found it much harder to modify functionality because now your business logic is embedded in your DB which is harder to version than backend code.<p>In any event, if you want a GraphQL&#x2F;DB API and don&#x27;t want to pay for graph.cool, there&#x27;s a great similar tool called PostGraphile: <a href="https:&#x2F;&#x2F;www.graphile.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.graphile.org&#x2F;</a>
评论 #16162719 未加载
评论 #16162082 未加载
评论 #16161148 未加载
评论 #16161091 未加载
评论 #16161100 未加载
评论 #16161545 未加载
评论 #16163007 未加载
评论 #16161755 未加载
chewchewover 7 years ago
Graphcool is awesome. I think you guys made the right choice moving to a code-first, open-source platform.<p>Obviously you still need to make money. Besides hosting and automatic backups, how will you monetize? What are your plans for Graphcool Enterprise on-premise?
评论 #16166704 未加载
LawJollaover 7 years ago
Huge fan and user of Graphcool the BaaS! My question concerns permissions.<p>I thought Graphcool did a phenomenal job of permission&#x2F;authorization. The tutorials seem to kick authentication to the application layer. That seems appropriate.<p>I think one of GraphQL&#x27;s pain points is lack of a permissions pattern. It&#x27;s typically hand rolled at the field &#x2F; resolver level, leaving a lot of messy code. Will permissions be a part of Prisma and, if so, is there a road map for how granular they can be?
评论 #16163079 未加载
d0100over 7 years ago
I tried to use graph.cool as my first graphql project, everything was a breeze, except:<p>* I couldn&#x27;t for the life of me find out how to implement user auth. * The json fields are sooo small, it&#x27;s a huge no-go for developers (like me) who are used to postgres&#x27;s amazing json support.<p>I ended up just using neelance&#x27;s Go lib and postgres.
评论 #16166756 未加载
turtlebitsover 7 years ago
I tried to deploy this the other day and got stuck waiting in it&#x27;s wizard to create a bunch of docker containers. (which I waited 30 minutes then gave up)<p>I&#x27;d like it more if it was just a standalone server and not a bunch of &quot;magic&quot; scripts to standup&#x2F;deploy.
评论 #16161239 未加载
intrasightover 7 years ago
Would like to hear compare&#x2F;contrast with <a href="https:&#x2F;&#x2F;www.graphile.org" rel="nofollow">https:&#x2F;&#x2F;www.graphile.org</a>
评论 #16166563 未加载
undowareover 7 years ago
How does this compare to Postgraphql?
评论 #16166729 未加载
ctraganosover 7 years ago
Very excited for this!
johannpinsonover 7 years ago
How looks great! After looking about the BaaS, Framework, and now Prisma, I don’t really have a question about the relation between them. I feel that it just a “wrapper” or something else, because it combine with the binding and yoga package, so it’s not really clear what is the role played by Prisma inside this ecosystem? (but soon i will look at it very closely)