Libraries tagged by database abstraction
hiraeth/turso
31 Downloads
Turso DB Abstraction for Hiraeth (and others)
devco/trilogy
2618 Downloads
Simple, lightweight SQL statement abstraction.
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
camc/lara-settings
555 Downloads
Abstraction for storing Laravel application settings in the database
theodorejb/peachy-sql
5413 Downloads
A high-performance query builder and runner for PHP
soupmix/elasticsearch
88 Downloads
Simple Elasticsearch abstraction layer adapter to handle CRUD operations.
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
erikthiart/dbease
6 Downloads
A lightweight database abstraction library for simplifying database operations.
dscheinah/sx-data
421 Downloads
Database abstraction with corresponding implementation patterns.
cratia/orm-model
2094 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
2537 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
gjerokrsteski/php-dba-cache
19 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
prelude/prelude-dsn
732 Downloads
A Database-Agnostic set of Abstractions built on top of PDO