You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-13Lines changed: 25 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,47 @@
1
1
# NServiceBus.SqlServer
2
2
3
-
NServiceBus.SqlServer provides support for sending messages using [Microsoft SQL Server](http://www.microsoft.com/sqlserver) without the use of a service broker.
3
+
NServiceBus.SqlServer provides support for sending messages using [Microsoft SQL Server](http://www.microsoft.com/sqlserver)or [PostgreSQL](https://www.postgresql.org.pl/)without the use of a service broker.
4
4
5
5
It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems.
6
6
7
-
See the [SQL Server transport documentation](https://docs.particular.net/transports/sql/) for more details on how to use it.
7
+
See the [SQL Server transport documentation](https://docs.particular.net/transports/sql/)and [PostgreSQL transport documentation](https://docs.particular.net/transports/postgresql/)for more details on how to use it.
8
8
9
9
## Installation
10
10
11
-
Before doing anything else, make sure you have SQL Server up and running in your environment. Also make sure it is accessible from all the machines in your setup.
11
+
### SQL Server
12
+
13
+
Before doing anything else, make sure you have SQL Server up and running in your environment. Also, make sure it is accessible from all the machines in your setup.
1. Add [NServiceBus.Transport.PostgreSql](https://www.nuget.org/packages/NServiceBus.Transport.PostgreSql) the package to your project(s).
29
+
1. Incode [provideconnectionstringinformation](https://docs.particular.net/transports/postgresql/connection-settings#connection-configuration) necessary to connect to the PostgreSQL database, e.g.:
Consider creating a RAM drive or using the temporary drive when running in a cloud vm and hosting your databases on it to reduce the time required to run acceptance tests.
0 commit comments