Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cajuncoding committed Feb 23, 2024
2 parents 7cd6515 + b5f96f7 commit 98e5720
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ One of the main goals was to offer support for running in serverless environment
The library is completely interface based and extremely modular. In addition, all existing class methods are exposed as virtual methods to make it easy to customize existing implementations as needed, but ultimately we hope that the default implementations will work for the majority of use cases.

### Nuget Package (>=netstandard2.1)
To use this in your project, add the [GraphQL.PreprocessingExtensions](https://www.nuget.org/packages/GraphQL.PreProcessingExtensions/)
NuGet package to your project, wire up your Starup middleware, and inject / instantiate params in your resolvers as outlined below...
To use this in your project, add the following packages:
- SQL Server Outbox: [SqlTransactionalOutbox.SqlServer.MicrosoftDataNS](https://www.nuget.org/packages/SqlTransactionalOutbox.SqlServer.MicrosoftDataNS/)
- Azure Service Bus Messaging: [SqlTransactionalOutbox.AzureServiceBus](https://www.nuget.org/packages/SqlTransactionalOutbox.AzureServiceBus/)

Or for your own customized implementations via Interfaces: [SqlTransactionalOutbox.Common](https://www.nuget.org/packages/SqlTransactionalOutbox.Common/)

### Give Star 🌟
**If you like this project and/or use it the please give it a Star 🌟 (c'mon it's free, and it'll help others find the project)!**

### [Buy me a Coffee ☕](https://www.buymeacoffee.com/cajuncoding)
*I'm happy to share with the community, but if you find this useful (e.g for professional use), and are so inclinded,
Expand Down

0 comments on commit 98e5720

Please sign in to comment.