According to your documentation the database interfaces are part of the internal layer. However per Martin's diagram and documentation on his blog the database is an external layer. So the question I have is, how is this an example of using clean architecture in a node.js app if you've changed the original authors definition of clean architecture by moving something he claims is external as an internal layer?
According to your documentation the database interfaces are part of the internal layer. However per Martin's diagram and documentation on his blog the database is an external layer. So the question I have is, how is this an example of using clean architecture in a node.js app if you've changed the original authors definition of clean architecture by moving something he claims is external as an internal layer?