Prisma co-founder here. I’m really excited to put this to good use and roll out many new futures in the coming months. Happy to answer any questions :-)
Prisma Raises $12M Series A
11–20 of 114 posts
Re: Prisma Raises $12M Series A
#12Super Graph can learn your DB schema and relationships and automatically compile GraphQL to a single efficient SQL query. Use it as a standalone service or a library in your own code. It also works with Rails auth, JWT, Firebase auth, supports OpenCensus tracking and tracing, designed to be high-performance and startup in few milliseconds fro scale to zero environments. It works with all kinds of DB relationships including polymorphic associations, JSON and Array columns, and much more.
Re: Prisma Raises $12M Series A
#13Re: Prisma Raises $12M Series A
#14Re: Prisma Raises $12M Series A
#15Why do we need another generation of DB tools, what is wrong with what we have?
With Prisma, we're setting out to build database tools that make developers more _confident_ and _productive_ [1] in their database workflows!
We're focusing on type-safety, intuitive data modeling, easy working with relations and overall simpler ways for achieving common tasks with your database.
We also wrote at length about what we believe the shortcomings are with databases tools in our documentation [2], would love to hear your feedback about our thoughts here!
[1] https://www.prisma.io/blog/announcing-prisma-2-n0v98rzc8br1/
Re: Prisma Raises $12M Series A
#16Prisma co-founder here. I’m really excited to put this to good use and roll out many new futures in the coming months. Happy to answer any questions :-)
Re: Prisma Raises $12M Series A
#17Why do we need another generation of DB tools, what is wrong with what we have?
The way I think about this is that the old generation of DB tools make it possible for application developers to use databases. With Prisma we want to make it a delight. There are an order of magnitude more application developers today than just 10 years ago. This enable us to invest much more in the tools we all use, resulting in higher quality and a much better experience. So to turn it around - why _not_ build new…
Re: Prisma Raises $12M Series A
#18Why do we need another generation of DB tools, what is wrong with what we have?
I feel like current database tools don't really cut it! From my own experience, working with databases in Node.js and TypeScript has always been a painful experience – sometimes more, sometimes less, but it was never smooth or enjoyable! With Prisma, we're setting out to build database tools that make developers more _confident_ and _productive_ [1] in their database workflows! We're focusing on type-safety, intuitiv…
Re: Prisma Raises $12M Series A
#19Earlier quoted context omitted.
The way I think about this is that the old generation of DB tools make it possible for application developers to use databases. With Prisma we want to make it a delight. There are an order of magnitude more application developers today than just 10 years ago. This enable us to invest much more in the tools we all use, resulting in higher quality and a much better experience. So to turn it around - why _not_ build new…
Because someone will build tools off yours and then someone will build tools off theirs. Abstractions on abstractions on abstractions.