Is there a list anywhere of notable projects/compa...
# orm-help
j
Is there a list anywhere of notable projects/companies using Prisma? I’m considering it for our upcoming backend rewrite, but to be honest it’s relative newness gives me pause, compared to namely Django which is quite mature, battle tested, and relied on by many
prisma cool 1
r
Hi @Jonathan Romano - I've gone full in for a project I'm busy on and I'm pretty happy with it. Now that v2 is out and stable, the team are picking up getting features and functionality out. Two things I've had to use workarounds for ( falling back to
executeRaw
) have been ordering by multiple items (eg order by a, b, c) and case insensitive search. I know the case insensitive is being worked on and I'm pretty sure so is the order by.. Besides those 2, for me it's been great to work with and I would recommend it.
πŸ™Œ 3
n
Thanks for chiming in here Richard πŸ™‚ ordering by multiple columns is indeed close on the roadmap and I believe case insensitive search is being worked on as well (will confirm with the team). Great to hear you have a good experience with Prisma overall πŸ™‚ Jonathan, we currently don't have such a list – mostly because Prisma has been out for production use only for about a month, so naturally it takes some time to be adopted. We see a lot of folks betting on Prisma though, Pearly and Tomorrow are two great examples of businesses being built on Prisma. Also, GitHub's co-founder Tom Preston-Werner chose to use Prisma as the data layer for his new fullstack framework RedwoodJS. So, while we don't have big companies yet, I think Prisma sees a good amount of traction at the moment, plus with the series A funding we recently raised we're certainly in a great position to push the Prisma ecosystem forward πŸ™‚
πŸ‘€ 1
Let me know if you have any further questions, happy to help πŸ™Œ