Libraries tagged by sql abstraction
lovullo/dbal
21858 Downloads
Database Abstraction Layer
eclipxe/engineworks-dbal
1074 Downloads
PHP Database Abstraction Layer
cratia/orm-model
1650 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).
crodas/easy-sql
43 Downloads
Easiest SQL abstraction ever
duncan3dc/sql-class
77486 Downloads
A simple database abstraction layer, with an on disk caching facility.
devco/trilogy
2618 Downloads
Simple, lightweight SQL statement abstraction.
ronpinkas/dbbridge
0 Downloads
An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.
thewunder/corma-dbal
33 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
kenlog/database-custom
17 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
kaizencoders/wp-fluent
7 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.
detain/crud
713 Downloads
Advanced CRUD Class
chamamme/noquery
37 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
bayfrontmedia/simple-pdo
1205 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
hschletz/nada
125 Downloads
A high level SQL abstraction library for PHP, complementing and operating on top of a conventional database abstraction layer
spoom-php/sql
9 Downloads
SQL abstraction for Spoom Framework