abpframework / abpframework/abp

Add Couchbase EF Core Provider Integration

Open
#24,442 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request
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 registration
  • UseCouchbase() extension methods for AbpDbContextOptions and AbpDbContextConfigurationContext
  • CouchbaseConnectionStringChecker - Connection validation
  • AbpCouchbaseModelBuilderExtensions - Model builder extension
  • Add Couchbase to EfCoreDatabaseProvider enum
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.