abpframework / abpframework/abp
Add Couchbase EF Core Provider Integration
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
ABP Framework doesn't currently support Couchbase database, which is a popular enterprise NoSQL document database.
Describe the solution you'd like
Add a new package Volo.Abp.EntityFrameworkCore.Couchbase using the official Couchbase EF Core Provider (Couchbase.EntityFrameworkCore).
Following the same pattern as Volo.Abp.EntityFrameworkCore.PostgreSql:
AbpEntityFrameworkCoreCouchbaseModule- Module registrationUseCouchbase()extension methods forAbpDbContextOptionsandAbpDbContextConfigurationContextCouchbaseConnectionStringChecker- Connection validationAbpCouchbaseModelBuilderExtensions- Model builder extension- Add
CouchbasetoEfCoreDatabaseProviderenum
Additional context
- Provider: Couchbase EFCore Provider
- NuGet:
Couchbase.EntityFrameworkCore - Compatibility: EF Core 8.0+, .NET 8+, Couchbase Server 7.6+
I'm willing to implement this and submit a PR.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the existing Volo.Abp.EntityFrameworkCore.PostgreSql package and its module, options extensions, connection string checker, model builder extensions, and EfCoreDatabaseProvider enum. Review the Couchbase EF Core Provider documentation and compatibility requirements before defining the new package. Done means the Couchbase provider integration exposes all requested components and supports the stated EF Core, .NET, and Couchbase versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100