Libraries tagged by database abstraction layer
dalmp/dalmp
91 Downloads
Database Abstraction Layer for MySQL using PHP
aviat/query
3403 Downloads
Database Query Builder and Abstraction layer
aviat4ion/query
1892 Downloads
Database Query Builder and Abstraction layer
josemmo/umysql
787 Downloads
Uncomplicated MySQL Abstraction Layer
johnwilson/jsondb
5 Downloads
JSON document db abstraction layer over MySQL
drewlabs/query
446 Downloads
Provides an abstraction layer for writing query against datasource
soupmix/elasticsearch
88 Downloads
Simple Elasticsearch abstraction layer adapter to handle CRUD operations.
k-gun/oppa
97 Downloads
Oppa: Database abstraction, query building and active record implementation with PHP.
nttech/datalayer
45 Downloads
The data layer is a persistent abstraction component of your database that PDO
truecastdesign/hopper
197 Downloads
This library provides a simple and powerful way to SET and GET records from a PDO database.
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
keverw/pastadb
11 Downloads
Work with pasta, then we'll make the spaghetti! PastaDB aims to be a powerful yet simple database abstraction layer library.
kaizencoders/wp-fluent
10 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
gonzalo123/db
6 Downloads
Database Abstraction Layer over DBAL
cratia/orm-model
2064 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).