From a80cf8a7d3fb76ddbdd901030998f619f225e2dd Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Tue, 6 May 2025 05:31:54 -0500 Subject: [PATCH] Add NServiceBus.Transport.PostgreSQL as a Commercial Utility (#406) * Add NServiceBus.Transport.PostgreSQL as an Extension Add NServiceBus.Transport.PostgreSQL, which allows PostgreSQL to be used as a message broker. * Add link to NServiceBus.Transport.PostrgreSQL * Update README.md * Update README.md --------- Co-authored-by: Kaarel Moppel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b55e6ae..c5b6161 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [ldap2pg](https://github.com/dalibo/ldap2pg) - Synchronize roles and privileges from YML and LDAP. * [migra](https://github.com/djrobstep/migra) - Like diff but for Postgres schemas. * [mysql-postgresql-converter](https://github.com/lanyrd/mysql-postgresql-converter) - Lanyrd's MySQL to PostgreSQL conversion script. +* [NServiceBus.Transport.PostgreSql](https://github.com/Particular/NServiceBus.SqlServer) - The NServiceBus.Transport.PostgreSql library allows .NET developers to [use a PostgreSQL database as a message broker](https://docs.particular.net/transports/postgresql). (Commerical Software) * [ora2pg](http://ora2pg.darold.net) - Perl module to export an Oracle database schema to a PostgreSQL compatible schema. * [pg\_activity](https://github.com/dalibo/pg_activity) - top like application for PostgreSQL server activity monitoring. * [pg-formatter](https://github.com/gajus/pg-formatter) - A PostgreSQL SQL syntax beautifier (Node.js).