wilkinson-workshop / dnd-app

1 stars 0 forks source link

SPIKE: Scryer V2 - data access architecture #74

Open WilkinsonK opened 4 months ago

WilkinsonK commented 4 months ago

As an architect, I would like to rework the flow of how data is accessed from individual services. We need to review the reusability and maintainability of our code base in order to implement access to an external ORM database. We could use either use a pratical SQL server or a NoSQL implementation. Either could work, but that would depend on which would scale better.

WilkinsonK commented 4 months ago

Data Access Architecture