-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Business Layer #6
Comments
Is an API a data access layer ? |
Data Access Layer is an Abstraction Layer :
Until there, you may say "Oh, but it is our Model Layer so what for creating a such layer ?" In fact, a Data Access Layer is really useful for :
For our project, this DAL is not compulsory but it will help us to test easily our functions to query to the database |
Okay, I see, at my work we use DAOs (Data Access Objects) to do exactly what you say, so I presume that all these DAO together are creating a DAL... |
Creating an Abstraction Layer between Model and Db ? How ? Usefulnesses ?
The text was updated successfully, but these errors were encountered: