Skip to content

This project is sample of how can decouple your business logic from databases and how can store same data in multiple databases

Notifications You must be signed in to change notification settings

ifsantana/WorkingWithMultipleDatabases.Samples

 
 

Repository files navigation

Store same data in multiple databases

The case which this project solve

  • to store same data in multiple databases when we use GUID as Primary key in tables
  • to extend currently working business logic without to change any code in it

The goal of this project is to show

  • how powerful is dependency injection
  • how to use adapter and composite patterns
  • how easy is to extend and to maintain currently working business logic

Databases are divided by 3 categories

  • SQL databases: MS SQL, SQLite
  • SQL In memory database: Apache Ignite
  • NoSQL databases: MongoDB

Used libraries

About

This project is sample of how can decouple your business logic from databases and how can store same data in multiple databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%