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
- Host: GitHub
- URL: https://github.com/simpleidserver/efcore.cassandra
- Owner: simpleidserver
- License: apache-2.0
- Created: 2019-09-28T19:56:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:07:54.000Z (about 3 years ago)
- Last Synced: 2025-09-23T08:38:40.126Z (5 months ago)
- Topics: cassandra, database, dotnet, entity-framework, entity-framework-core, no-sql
- Language: C#
- Size: 218 KB
- Stars: 36
- Watchers: 5
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassandra Entity Framework Core provider
[](https://ci.appveyor.com/project/simpleidserver/efcore-cassandra)
[](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` | [](https://www.myget.org/feed/advance-ict/package/nuget/EFCore.Cassandra) | [](https://nuget.org/packages/EFCore.Cassandra) | [](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.