You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gateway interface is fully implemented as a MySQL-linked class-like. It needs to be separated out as a database-agnostic boundary that 1) doesn't implement any database specific syntax, that should be done by an implementer 2) doesn't reference any Entities in order to respect Clean Architecture.
The text was updated successfully, but these errors were encountered:
Database gateway now implements the separate interface "DataBaseTools".
This change means a new gateway can be built off of DataBaseTools, and so coupling between the database and program is reduced
The gateway interface is fully implemented as a MySQL-linked class-like. It needs to be separated out as a database-agnostic boundary that 1) doesn't implement any database specific syntax, that should be done by an implementer 2) doesn't reference any Entities in order to respect Clean Architecture.
The text was updated successfully, but these errors were encountered: