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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ The configuration can be [modularized](docs/intro.md#modularization-of-configura
129
129
-[MQTT](docs/provider_mqtt.md)
130
130
-[Memory](docs/provider_memory.md)
131
131
-[NATS](docs/provider_nats.md)
132
+
-[PostgreSQL](docs/provider_postgresql.md)
132
133
-[RabbitMQ](docs/provider_rabbitmq.md)
133
134
-[Redis](docs/provider_redis.md)
134
135
-[SQL](docs/provider_sql.md)
@@ -155,9 +156,10 @@ The configuration can be [modularized](docs/intro.md#modularization-of-configura
155
156
|`.Host.MQTT`| Transport provider for MQTT |[](https://www.nuget.org/packages/SlimMessageBus.Host.MQTT)|
156
157
|`.Host.Memory`| Transport provider implementation for in-process (in memory) message passing (no messaging infrastructure required) |[](https://www.nuget.org/packages/SlimMessageBus.Host.Memory)|
157
158
|`.Host.NATS`| Transport provider for [NATS](https://nats.io/)|[](https://www.nuget.org/packages/SlimMessageBus.Host.NATS)|
159
+
|`.Host.PostgreSql`| Transport provider implementation for PostgreSQL database message passing |[](https://www.nuget.org/packages/SlimMessageBus.Host.PostgreSql)|
158
160
|`.Host.RabbitMQ`| Transport provider for RabbitMQ |[](https://www.nuget.org/packages/SlimMessageBus.Host.RabbitMQ)|
159
161
|`.Host.Redis`| Transport provider for Redis |[](https://www.nuget.org/packages/SlimMessageBus.Host.Redis)|
160
-
|`.Host.Sql`(pending)| Transport provider implementation for SQL database message passing |[](https://www.nuget.org/packages/SlimMessageBus.Host.Sql)|
162
+
|`.Host.Sql`| Transport provider implementation for SQL Server / Azure SQL database message passing|[](https://www.nuget.org/packages/SlimMessageBus.Host.Sql)|
161
163
|**Serialization**|||
162
164
|`.Host.Serialization.Json`| Serialization plugin for JSON (Newtonsoft.Json library) |[](https://www.nuget.org/packages/SlimMessageBus.Host.Serialization.Json)|
163
165
|`.Host.Serialization.SystemTextJson`| Serialization plugin for JSON (System.Text.Json library) |[](https://www.nuget.org/packages/SlimMessageBus.Host.Serialization.SystemTextJson)|
0 commit comments