Hacker News new | ask | show | jobs
by cuuupid 478 days ago
Does this work out of the box with Prisma?
1 comments

It does if you are using PG (other SQL databases will be added later). Under the hood, PG-Capture listens to raw Postgres events, it does not matter if the data was updated via an ORM (like Prisma), raw SQL, or even a developer's IDE...