Cassandra & ScyllaDB Client Extensions for .NET and Orleans allow you to easily configure and manage Cassandra & ScyllaDB connections withing your .NET and Orleans projects.
Choose from three different type of installations:
ServiceCollection based
To install Escendit.Extensions.DependencyInjection.Cassandra
, run the following command in the Package Manager Console:
Install-Package Escendit.Extensions.DependencyInjection.Cassandra
HostBuilder based
To install Escendit.Extensions.Hosting.Cassandra
, run the following command in the Package Manager Console:
Install-Package Escendit.Extensions.Hosting.Cassandra
WebApplicationBuilder based
To install Escendit.AspNetCore.Builder.Cassandra
, run the following command in the Package Manager Console:
Install-Package Escendit.AspNetCore.Builder.Cassandra
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.