-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
At the moment I'm breaking away from the typical MVC design pattern in favor of something that separates the application business logic from database interactions. As a result, I need to look into a good way to have the app manipulate the DB. Some kind of middle ware that instantiates a DB connection and a business logic class and calls the right methods to make something happen sounds like the best approach, but I should see what the C++ realm offers.