Database abstraction layer: Difference between revisions

Content deleted Content added
Small typo
Line 23:
 
If a system's legacy database backend is outgrown or becomes unusable for some other reason (e.g. speed or database size) then the time needed to replace the underlying database engine can be rapidly reduced.
 
=== Developer Testing ===
 
A production database may be replaced with a desktop level implementation of the data for developer level unit tests.
 
== Arguments against ==