Database abstraction layer: Difference between revisions

Content deleted Content added
Joaeron (talk | contribs)
Expanded on the purposes and responsibilities of the layers
Joaeron (talk | contribs)
Line 51:
 
=== Masked operations ===
Database abstraction layers likelymay limit the number of available database operations to a subset of those supported by the supported database backends. In particular, database abstraction layers may not fully support database backend-specific optimizations or debugging features. These problems magnify significantly with database size, scale, and complexity.
 
== References ==