яσчαℓтℓя
яσчαℓтℓя
PPrisma
Created by яσчαℓтℓя on 10/18/2024 in #help-and-questions
pulse
Prisma Pulse could not connect to the datasource db url. PostgreSQL returned the error: "Feature not supported: RDS Proxy currently doesn’t support the option idle_in_transaction_session_timeout.". This is probably not a problem with Prisma Pulse.
24 replies
PPrisma
Created by яσчαℓтℓя on 4/15/2024 in #help-and-questions
Why have "id" and "modelName" been left out of Pulse subscription event types?
export interface PulseCreateEvent<T> { created: T; action: "create"; } export interface PulseDeleteEvent<T> { deleted: T; action: "delete"; } export interface PulseUpdateEvent<T> { after: T; action: "update"; } These are not comprehensive. Additional fields are coming through in the event object. Why are they not defined in these types?
1 replies