1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-26 23:24:11 +02:00

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 <kmoppel@users.noreply.github.com>
This commit is contained in:
Adam Wright
2025-05-06 05:31:54 -05:00
committed by GitHub
parent c010d9233e
commit a80cf8a7d3

View File

@@ -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).