Database Access Framework (DAF)

Data Access Layer is typically a key layer in any application as most applications almost always have some need to access data from databases. SQL is supported by default by all relational databases, but it is also a fact that every database vendors have their own custom functions or extensions added on to SQL as a value added feature. This gives rise to an interesting problem of how should a data access layer be modeled.

Topics