https://www.prisma.io/ logo
Join Slack
Powered by
# madewithprisma
  • a

    Aladin

    07/07/2022, 2:19 AM
    Hi everyone. So we switched completely to Prisma + MongoDB. Our platform is driveflux.com. It has a been a real pleasure using Prisma (except for some issues we're facing with WriteConflict). Other than that, Prisma is the best thing that happened to us. We had small issues down the road and we dealt with them internally. You can contact me to know how we solved these issues: 1. Decimal got dropped from MongoDB version after we built all our platform using Decimal, it was not an option to convert all the arithmetics within the code to simple ones and then reconvert them back to
    Decimal
    when Prisma supports Decimal again for MongoDB. So we built a good middleware (that's slowing down our queries currently), it converts from Number to Decimal when writing to DB and vice versa when fetching from DB. 2. We also developed a tool to convert
    Decimal
    fields from the schema to
    Float
    just before the
    generate
    phase of prisma. This way, we keep our original schemas intact until Prisma releases Decimal support for MongoDB. 3. We use lots of internally developed modules and they're published to NPM. And because we're planning to open source some of our tech, these modules needed to be agnostic to Flux, so they had to embed their own Prisma schema. We built an internal module
    @driveflux/prisma-schema-merger
    that's not open sourced yet. It combines schemas from different modules into one main schema file and allows adding/deleting/updating fields from models, types and enums and publishes one main prisma file. So far, everything is great and we can't be more grateful to the prisma community for this awesome piece of work.
    🚀 7
    fast parrot 2
    🎉 5
    prisma rainbow 7
    💚 2
    v
    n
    • 3
    • 3
  • a

    Albin Groen

    07/10/2022, 8:14 AM
    Prisma is awesome. Just came to say that. Of course it’s powering my latest project prisma cool https://taskplane.app/
    🎉 6
    🚀 6
    prisma rainbow 8
    fast parrot 4
    n
    n
    • 3
    • 3
  • a

    andrewicarlson

    07/13/2022, 2:25 AM
    Hey everyone! 👋 Have you built a custom Middleware or Generator? We’re exploring some ways to prominently feature these creations from all around the Prisma community. If you’re interested in featuring your package send me an email with a link to the package and a brief description!
    ❤️ 1
  • z

    ZB

    07/15/2022, 10:39 AM
    For the extension API I used Prisma. If interested in contributing to sever feel free to message me. https://marketplace.visualstudio.com/items?itemName=brysonbw.jot-down
    prisma rainbow 3
  • f

    Farhan Haider

    07/16/2022, 9:28 PM
    Hi everyone! I built momenel.com with prisma I would love some feedback!
    prisma cool 2
    🙌🏼 1
    🚀 3
    🙌🏾 1
    prisma rainbow 5
    fast parrot 3
    🙌 1
    i
    • 2
    • 1
  • i

    Iddan Aaronsohn

    07/20/2022, 7:49 AM
    Hey everyone our product FlyCode is on Product Hunt! FlyCode lets you make your web app editable in minutes. We let your product and marketing teams to edit texts and images directly so they won’t need to open a ticket for you and our secret sauce: Prisma 😻 https://www.producthunt.com/posts/flycode
    prisma green 3
    👏🏾 1
    👏 6
    prisma rainbow 1
    👀 5
  • v

    Vasek Mlejnsky

    07/29/2022, 4:05 PM
    Hey folks! I wanted to share a demo showing how we converted Prisma's quickstart docs to an interactive onboarding guide with a cloud environment where you can run code. Would love to hear your feedback if you have any 🙂 https://twitter.com/mlejva/status/1550450085091328000
    👀 3
    prisma rainbow 1
    📹 1
    👏 7
    i
    a
    • 3
    • 3
  • f

    Foysal

    07/31/2022, 5:27 PM
    Buongiorno everyone! Just hit publish on this mammoth post, 8K+ word count, that will walk you through planning and building an entire app using prisma and remix. Written for beginners mostly but there's small bits of learning nuggets for everyone! https://foysal.it/posts/fullstack-remix-app/
    🤩 7
    👏🏾 1
    👏 7
    prisma rainbow 1
    n
    j
    • 3
    • 6
  • y

    yujonglee

    08/07/2022, 6:14 AM
    I released a new version of
    letsdmmf
    a few days ago. https://github.com/yujong-lee/letsdmmf Anyone interested in building Prisma Generator might find it useful. If you are new to DMMF, you can run
    letsdmmf example
    to learn about DMMF with a minimal schema of various types. You can only install it via Homebrew for now. Any questions/contributions are welcome. Thank you.
    🙌🏾 1
    👏🏾 1
    🙌 3
  • j

    James Fox

    08/17/2022, 7:47 AM
    Hey Prisma community! We're excited to announce the launch of Gamma, a new fast way to make engaging presentations and decks. We've proudly built the core of all our APIs on top of Prisma prisma rainbow, and we would absolutely not be where we are today without it. Huge shout out to the awesome team at Prisma that continues to ship product at a crazy fast pace and listen to developers! We'd love your feedback and support on what we've built. Feel free to checkout our Product Hunt page (https://www.producthunt.com/posts/gamma) and let us know what you think!
    🎉 6
    prisma rainbow 6
    v
    • 2
    • 1
  • v

    Vasek Mlejnsky

    08/21/2022, 8:21 PM
    Hey everyone. Previously, I posted about how Devbook allows you to convert your text guides to a fully interactive experience for devs. We demo-ed it on the Prisma's quick start guide. https://prisma.slack.com/archives/C565176N6/p1659110722697849 This time, we have something super exciting that we think you will really like. A fully interactive Prisma playground powered by Devbook. It's basically prisma.io/client but you can run every query, edit the code, have access to a terminal with full VM, and explore your database with Prisma Studio. We even automatically create database for you, thanks to collaboration with CockroachDB, and seed it when you visit the playground so you can just get to learning and exploring Prisma and don't need to worry about the setup. Check out the little sneak peek here. We will be launching it publicly in the upcoming two weeks. Any feedback and questions are welcome! Would love to hear what folks from Prisma think about it 🙂 cc @Nurul @Sabin Adams @nikolasburk
    prisma rainbow 5
    🎉 4
    prisma cool 2
    🙌🏾 1
    🙌 1
    💚 1
    s
    n
    n
    • 4
    • 3
  • p

    Pasindu Dilshan

    08/26/2022, 5:17 AM
    Hello everyone ! This is a first of a two part series on how to build a simple serverless Graphql api with Prisma, Apollo & Planetscale 📖 https://engineering.99x.io/building-a-serverless-graphql-api-with-prisma-apollo-planetscale-part-%E2%85%B0-9974cd0cbd35
    🙌 3
    prisma rainbow 3
  • b

    Brendan Allan

    09/01/2022, 11:10 AM
    Calling all Rust developers, I just released Prisma Client Rust 0.6.0! This release features a whole lot of new features: • Select & Include • Create Many • Query Batching • rpsc Integration for automated TypeScript exporting • + a whole lot more! https://twitter.com/brendonovichdev/status/1565292666761662465 Release notes at https://github.com/Brendonovich/prisma-client-rust/releases/tag/0.6.0
    🙌 2
    🙌🏾 1
    prisma rainbow 4
    t
    • 2
    • 1
  • d

    David Hancu

    09/03/2022, 8:18 PM
    👋 Hello everyone! I've just released Prisma Util, a new and improved way of managing your schemas. It comes with a lot of features and two proposals that you can vote on right now! it's really easy to use, all it takes is just a simple command and some small tweaks to your configuration! Features: ─ Multiple schema files for easier and cleaner configuration ─ Model inheritance and mapper for relations ─ Cross-file relations with support for resolving naming conflicts ─ Timing reports and an easy to use CLI ─ Creating schemas using JavaScript (Proposal) ─ Using additional formats (such as YAML) instead of .env files for configuring Prisma (Proposal) Links: ─ NPM: https://www.npmjs.com/package/prisma-util ─ Proposal #1: https://github.com/DavidHancu/prisma-util/issues/1 (Creating schemas using JavaScript) ─ Proposal #2: https://github.com/DavidHancu/prisma-util/issues/2 (Using additional formats instead of .env files for configuring Prisma)
    🙌 4
    prisma rainbow 8
    🙌🏾 1
  • e

    Eliya Cohen

    09/10/2022, 7:04 PM
    I'm very happy to announce my first public open source project: SafeQL - Write SQL Queries With Confidence ⚡️ Automatic Type Inference & Validation SafeQL automatically infers the type of the query result based on the query itself. 🖖 Compatible With Prisma (PostgreSQL only) SafeQL works with any PostgreSQL client, including Prisma, Sequelize, pg, postgres, and more. 🛠️ Easy To Use SafeQL was built in mind to be easy to use and integrate with your existing codebase. 📦 Built with Monorepos & Microservices in mind SafeQL was built with monorepos and microservices in mind, and it's easy to use with multiple databases. See more in https://safeql.dev
    👋 5
    ✅ 7
    ⭐ 4
  • j

    Jarupong

    09/14/2022, 1:19 PM
    I happy to share that I completed my first achievement with 3D customization and using Prisma as my main ORM after I experimented a lot to find the best solution to implement 3D/2D transformation and Database design https://twitter.com/annibuliful/status/1570036104606412803?s=20&t=g1EFAGwMj1Z62zDcZV6HDg
    prisma rainbow 2
    fast parrot 3
    🎉 2
  • и

    Иван Селютин

    09/15/2022, 1:11 AM
    👋 Hello, team!
  • r

    Rohan Rajpal

    09/15/2022, 12:47 PM
    Built a pretty huge SaaS Software with 100% Prisma This was the first time I used Prisma and absolutely loved it! It abstracts away so so many complex tasks and lets us iterate quickly while having Type safety. So far, there’s just one raw SQL query we’ve written and everything else is done using the ORM. My only request would be to introduce Polymorphic Associations and I’m sure its gonna enable a lot more design patterns, tho quite tough to implement Typescript wise. The Product -

    https://youtu.be/j6H_dK2K5LY▾

    prisma rainbow 12
    🎉 5
    prisma cool 8
    🦜 4
    n
    n
    j
    • 4
    • 7
  • e

    Eric Simon

    09/26/2022, 7:56 PM
    Hey friends! For the past few months, we have been working diligently on building Kable (with Prisma). Kable is a toolbox for usage based billing products. Today, we launched on ProductHunt. We would greatly appreciate the support from the Acquired Community. Happy to answer any questions y'all might have here!
    n
    v
    h
    • 4
    • 4
  • v

    Vincent

    09/27/2022, 8:47 AM
    Dear Prisma Friends! As a side project we launched roti.rocks it’s powered by Prisma, Vercel, Planetscale and NextJS. The voting mechanism is done with xState. https://roti.rocks 🤝
    👏 2
    🙌 1
    prisma rainbow 1
    v
    • 2
    • 4
  • s

    Sylvain (seel-vahn)

    09/28/2022, 7:41 AM
    Hey everyone! Sylvain here, CTO at Travis (travistravis.co/plan-a-trip). After months in the making, our team is celebrating over on Product Hunt today with a new launch of our Collaborative Travel Planning app 🐱🚀 I’ve been working on Travis since its early days, trying to build the best possible experience for our users. To bring ideas to life, our stack includes amazing tools like Nuxt3, TypeScript, GraphQL, Liveblocks, PlanetScale and prisma rainbow Prisma of course! Please help support our launch by leaving a comment or upvote on our Product Hunt page: https://www.producthunt.com/posts/travis-together Thanks!
    ❤️ 7
    prisma rainbow 5
    🙌 1
    v
    y
    • 3
    • 3
  • p

    Pasindu Dilshan

    09/28/2022, 9:18 AM
    Hello everyone ! This is the second & last part of series on how to build a Serverless GraphQL API with Prisma, Apollo & Planetscale 📖 https://engineering.99x.io/building-a-serverless-graphql-api-with-prisma-apollo-planetscale-part-%E2%85%B1-b154156e6fd5
    prisma cool 3
    💯 3
    prisma rainbow 5
  • d

    David Hancu

    10/01/2022, 8:37 AM
    Code-generated schemas are ready to be shipped with the new release of Prisma Util, which also comes with support for
    pg_trgm
    queries using a middleware and an easier way of using the configuration file! The update is scheduled later this month, after the
    pg_trgm
    implementation is completed. Here's a sneak peek for the code-generated schemas:
    Copy code
    SchemaCreator
        .model("User")
            .column("id", "Int", Constraints.Column.ID(), Constraints.Column.DEFAULT(Functions.AUTOINCREMENT()))
            .column("name", "String")
            .column("posts", "Post[]")
        .model("Post")
            .column("id", "Int", Constraints.Column.ID(), Constraints.Column.DEFAULT(Functions.AUTOINCREMENT()))
            .column("title", "String", Constraints.Column.UNIQUE())
            .column("userId", "Int")
            .column("user", "User", Constraints.Column.RELATION({fields: ["userId"], references: ["id"]}))
            .column("updatedAt", "DateTime", Constraints.Column.UPDATEDAT())
            .column("createdAt", "DateTime", Constraints.Column.DEFAULT(Functions.NOW()))
        .build();
    😮 1
    🙌 1
    👀 1
  • d

    David Hancu

    10/04/2022, 8:22 PM
    👋 Hi everyone! Prisma Util version v1.3.0 just dropped, and it comes with a ton of new feature and improvements on the developer experience. Here is a quick changelog, as well as a link to NPM: Changes: • You can now generate schemas using JavaScript. • Introduced
    pg_trgm
    support using middlewares. • Migrated configuration to
    .mjs
    instead of
    .json
    to make it easier to implement code-generated schemas. Link: https://www.npmjs.com/package/prisma-util
    prisma rainbow 3
    💯 3
    🎉 2
    n
    • 2
    • 1
  • q

    Quentin Laffont

    10/06/2022, 12:41 PM
    Fastify Auth Prisma Fastify plugin with Prisma to make simple & secure authentification middleware. https://github.com/flexper/fastify-auth-prisma
    prisma rainbow 4
  • j

    Jarupong

    10/10/2022, 1:13 PM
    Hey friends! I just launched Tachud which is about 3D/2D customization tool with e-commerce system and it will help merchant can publish to social platform eg. IG, FB, pinterest. I hope that at some days I can fully focus on this project. I have been working hard on Tadchud since Q1 this year while I'm working as full-time software engineer. Tadchud is kind of achievement that I will be passed and break my Computer graphics knowledege. You can join waitlist by sending Email to contact@tadchud.com jarupong.work@gmail.com
    🎉 5
    👏 2
    v
    • 2
    • 3
  • h

    Harshit Jain

    10/17/2022, 11:50 AM
    Hi guys, I am currently working on Baadal - a developer productivity tool to cut down development, hosting & deployment-related DevOps. Please check it out and let me know what you think. Many thanks 🙏 to the tools like Prisma that help us achieve this. https://www.baadal.tech/?utm_source=slack&utm_medium=post&utm_campaign=prisma
    🙌 2
    prisma rainbow 6
    n
    r
    • 3
    • 3
  • a

    Andre Ricardo

    10/21/2022, 8:47 AM
    Hello, not sure this is the correct channel but could not find a better one. Would be nice at the end of each blog post in this series to contain the link to the next part, example https://www.prisma.io/blog/fullstack-nextjs-graphql-prisma-2-fwpc6ds155 to https://www.prisma.io/blog/fullstack-nextjs-graphql-prisma-3-clxbrcqppv
    🙏 1
    👍 1
    n
    • 2
    • 1
  • r

    Rinu Jadav

    10/24/2022, 4:05 AM
    👋 Hello, team!
    👋 2
    v
    • 2
    • 1
  • s

    Sylvain (seel-vahn)

    10/27/2022, 12:48 AM
    Hello everyone! I’ve just released Prisma-AppSync 1.0.0-rc.1 🔥
    Prisma-AppSync is a Prisma Generator, that instantly converts your Schema into a full-blown GraphQL API for AWS AppSync.
    https://prisma-appsync.vercel.app 🤯 Major codebase rewrite (better DX, simplified API, …) 📺 New installer CLI
    npx create-prisma-appsync-app
    ⚡ New local AppSync Server (local db, auto-reload, TS support, GraphQL IDE) 📓 New documentation website prisma Support Prisma 4.5+ 💪 Tons of improvements Please try it out! https://github.com/maoosi/prisma-appsync