Sabin Adams
Sabin Adams
Explore posts from servers
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
Prisma 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 Sabin Adams on 8/14/2024 in #help-and-questions
Pulse Type
Thanks!
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:
const pulseType = new PrismaClient().$extends(withPulse({ apiKey: 'random-string' }));
const pulseType = new PrismaClient().$extends(withPulse({ apiKey: 'random-string' }));
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
RRailway
Created by Sabin Adams on 6/15/2023 in #✋|help
Postgres Configurations
Thanks! We're huge fans of you as well 🙂
21 replies
RRailway
Created by Sabin Adams on 6/15/2023 in #✋|help
Postgres Configurations
That's great to hear, at Prisma we've shipped Pulse in closed preview that gives realtime capabilities to Postgres databases with those options configured. I think Railway would provide the #1 easiest way to get up and running with that if those settings were available. I'll keep an eye out! https://www.prisma.io/data-platform/pulse
21 replies
RRailway
Created by Sabin Adams on 6/15/2023 in #✋|help
Postgres Configurations
N/A
21 replies