Libraries tagged by sql abstraction
dhii/sql-interface
4292 Downloads
Interfaces for SQL resource abstraction.
romainbessugesmeusy/php-sql-query
3831 Downloads
php-sql-query is an abstraction layer for SQL query construction
theodorejb/peachy-sql
5413 Downloads
A high-performance query builder and runner for PHP
devco/trilogy
2618 Downloads
Simple, lightweight SQL statement abstraction.
ronpinkas/dbbridge
3 Downloads
An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.
rlzdesenv/opis-database
98 Downloads
RLZ Opis Database
kenlog/database-custom
110 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
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.
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
soupmix/base
998 Downloads
Simple database abstraction layer adapters collection to handle CRUD operations.
cratia/orm-model
2055 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).
spoom-php/sql
9 Downloads
SQL abstraction for Spoom Framework
soupmix/sql
140 Downloads
Simple SQL abstraction layer adapter to handle CRUD operations.
appdeck/sql
229 Downloads
Abstraction to SQL queries by using a PDO Wrapper
grizz-it/dbal-sql
30 Downloads
Database abstraction layer package implementing SQL operations