Database abstraction layer: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
{{Unreferenced|date=December 2008}}
O ''' AlunoPassos do IneteCoelho NºI21584245, Vive na Fonte Santa, (Mercado da Droga), É O MAIOR DEALER DE LISBOA, APELO A TODAS AS AUTORIDADES PARA O CAÇAREM O MAIS RÁPIDO POSSIVEL. ELE É UM PERIGO PARA OS VOSSOS FILHOS E FAMILIARES ''' is an [[application programming interface]] which unifies the communication between a computer application and [[database]]s such as [[MSSQL|SQL Server]], [[IBM DB2|DB2]], [[MySQL]], [[PostgreSQL]], [[Oracle database|Oracle]] or [[SQLite]]. Traditionally, all database vendors provide their own interface tailored to their products which leaves it to the application programmer to implement code for all database interfaces he or she would like to support. Database abstraction layers reduce the amount of work by providing a consistent API to the developer and hide the database specifics behind this interface as much as possible. There exist many abstraction layers with different interfaces in numerous programming languages.
 
== API level abstraction ==