grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.05k stars 431 forks source link

Separate DbProviders Logic into a Standalone Project #451

Closed KrzysztofPajak closed 7 months ago

KrzysztofPajak commented 7 months ago

Overview

This issue proposes the separation of the DbProviders logic into a standalone project within our ASP.NET Core framework. The main goal is to enhance modularity and maintainability of our database interaction layers.

Rationale

Proposed Solution

Impact on Existing Code