Libraries tagged by database-abstraction
migliori/php-pdo-database-class
435 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
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.
kenlog/database-custom
111 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.
gonzalo123/db
6 Downloads
Database Abstraction Layer over DBAL
fridge/dbal
863 Downloads
Database Abstraction Layer written in PHP 5.3+
erikthiart/dbease
6 Downloads
A lightweight database abstraction library for simplifying database operations.
dscheinah/sx-data
401 Downloads
Database abstraction with corresponding implementation patterns.
devture/dbal
5173 Downloads
Tiny database abstraction layer for MongoDB (doctrine/mongodb) and relational databases (doctrine/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).
cratia/orm-dbal
2507 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
bera/bera-db
106 Downloads
A simple database abstraction layer
ark/database
7779 Downloads
Light weight database abstraction
wikibase/database
1617 Downloads
A simple database abstraction layer
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.