NServiceBus.SqlServer icon indicating copy to clipboard operation
NServiceBus.SqlServer copied to clipboard

Support additional SQL dialects

Open timbussmann opened this issue 1 year ago • 1 comments

Describe the feature.

Describe the requested feature

While the SQL Persistence package supports a wide range of SQL engines, the SQL transport package is currently tied to Microsoft SQL Server. This can be a significant adoption burden or unnecessary infrastructure requirement when there is already existing SQL infrastructure using a different engine (e.g. PostgreSQL). Additionally, this also has significant cost impacts as MSSQL server licensing might become much more pricey than comparable alternatives (regardless of on-premises or cloud-hosted offerings).

Describe alternatives you've considered

Additional Context

No response

timbussmann avatar Jul 17 '23 10:07 timbussmann

Hi Tim,

We are in the process of releasing a version of PostgreSQL Transport https://github.com/Particular/NServiceBus.SqlServer/issues/1364

Poornima

poornimanayar avatar Jun 13 '24 10:06 poornimanayar

Single we support PostgreSQL already, closing this issue.

SzymonPobiega avatar Aug 28 '24 15:08 SzymonPobiega