Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.36 KB

Cassandra Extensions

Cassandra & ScyllaDB Client Extensions for .NET and Orleans allow you to easily configure and manage Cassandra & ScyllaDB connections withing your .NET and Orleans projects.

Installation

Choose from three different type of installations:

To install Escendit.Extensions.DependencyInjection.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.Extensions.DependencyInjection.Cassandra

To install Escendit.Extensions.Hosting.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.Extensions.Hosting.Cassandra

To install Escendit.AspNetCore.Builder.Cassandra, run the following command in the Package Manager Console:

Install-Package Escendit.AspNetCore.Builder.Cassandra

Contributing

If you'd like to contribute to cassandra-dotnet-extensions, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.