Sabin Adams
PPrisma
•Created by Sabin Adams on 2/24/2025 in #help-and-questions
Custom Migrations
Gotcha, thanks for the response! This ends up being a bit limiting for some common use-cases. Is there something on the roadmap for this?
8 replies
PPrisma
•Created by Sabin Adams on 2/24/2025 in #help-and-questions
Custom Migrations
Context: Looking for a way to avoid using something like https://atlasgo.io/guides/orms/prisma/postgresql-partial-indexes to manage these custom things because I don't want to pay for Atlas to use composite schemas 😂
8 replies
PPrisma
•Created by Sabin Adams on 2/16/2025 in #help-and-questions
Prisma Pulse w/ Docker Postgres
Ahhh okay I missed that. Thank you 🙏
(Also, hope you’re doing well!)
5 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
For the record, once I got things working it’s been seamless :heart:
16 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
I can give more specifics when I’m at a computer 😅
16 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
Mostly the integration docs for Pulse. Specifically for Neon and Railway. The Railway integration doesn’t run (unless I goofed) and the Neon UI is different from what’s shown in the docs
16 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
Finally got it working with Supabase (not sure how, just started working 🤷🏻)
16 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
No problems so far other than spending a bunch of time with different db’s trying to get it to work with pulse. A lot of the docs and integrations seemed out of date
16 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
Thanks! It’s powering my dbchange service that keeps the db and Algolia in sync 😁
16 replies
PPrisma
•Created by justinhandley on 8/15/2024 in #help-and-questions
Understanding Prisma Pulse
Db change events are great for things like populating computed fields, audit logging, and EDS
I think you’re right, you don’t seem to have a need at the moment
4 replies
PPrisma
•Created by noynek2242 on 8/15/2024 in #help-and-questions
Multi-tenant approaches
I have a library that does this in NestJS but the concepts translate to anything
https://github.com/sabinadams/nestjs-prisma-module
4 replies
PPrisma
•Created by Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
Currently I'm doing this to get that type but am not sure if this is a good way to do it:
16 replies
PPrisma
•Created by Sabin Adams on 7/26/2024 in #help-and-questions
Log Transports
I may have answered my own question. Appears I can use Event-Based logging to access the log and use my own logger:
https://www.prisma.io/docs/orm/prisma-client/observability-and-logging/logging#event-based-logging
4 replies