An open API service indexing awesome lists of open source software.

https://github.com/simpleidserver/efcore.cassandra

Entity Framework Core provider for Cassandra
https://github.com/simpleidserver/efcore.cassandra

cassandra database dotnet entity-framework entity-framework-core no-sql

Last synced: 4 months ago
JSON representation

Entity Framework Core provider for Cassandra

Awesome Lists containing this project

README

          

# Cassandra Entity Framework Core provider

[![Build status](https://ci.appveyor.com/api/projects/status/jf8jb043a1m722jq?svg=true)](https://ci.appveyor.com/project/simpleidserver/efcore-cassandra)
[![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/EFCore.Cassandra.svg)](https://www.myget.org/gallery/advance-ict)

EFCore.Cassandra is an Entity Framework Core provider built on top of [CassandraCSharpDriver](https://github.com/datastax/csharp-driver). It allows you to use EF Core O/RM with cassandra.

For project documentation, please visit [readthedocs](https://efcorecassandra.readthedocs.io/en/latest/).

## Packages

| | | | |
| --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `EFCore.Cassandra` | [![MyGet (dev)](https://img.shields.io/myget/advance-ict/v/EFCore.Cassandra.svg)](https://www.myget.org/feed/advance-ict/package/nuget/EFCore.Cassandra) | [![NuGet](https://img.shields.io/nuget/v/EFCore.Cassandra.svg)](https://nuget.org/packages/EFCore.Cassandra) | [![NuGet](https://img.shields.io/nuget/dt/EFCore.Cassandra.svg)](https://nuget.org/packages/EFCore.Cassandra) |

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.