frederikb

Results 25 comments of frederikb

Thanks @gnat, appreciated! You might want to add that information to the respective section in the `README.md` as well? Also, the published NPM package still contains some unnecessary files in...

Hi @checketts, did you get around to iterating on the `ValidationHelper` and if yes, are your results available somewhere?

You should check out https://github.com/eugene-khyst/postgresql-event-sourcing in which the author has detailed a robust approach for implementing asynchronous subscribers using both polling as well as listen/notify on PostgreSQL. The readme goes...

The following is not an equivalent but might be of use to you nevertheless: https://github.com/tom-englert/RegionToShare It allows you to share a region of your screen. It does not however simulate...

@ellebrecht I recently contributed [query logging filtering upstream](https://github.com/jdbc-observations/datasource-proxy/pull/128/files) and proposed support for it via #149. Perhaps this would cover your usecase as welll?