Libraries tagged by pdo database
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
hazaarlabs/hazaar-dbi
13728 Downloads
The DataBase Interface for Hazaar MVC
emadello/db
703 Downloads
Mysql PDO database connection
mos/cdatabase
1723 Downloads
PHP classes for database handling upon PDO
lucinda/nosql-data-access
23176 Downloads
API abstracting communication with NoSQL key-value store databases through a PDO-like structure
cabinet/dbal
155 Downloads
Database Abstraction Layer for PDO
ttsuruoka/php-simple-dbi
150776 Downloads
Simple database interface class for PHP PDO
holtbosse/db
533 Downloads
simple database class for working with pdo
marcocesarato/cpdo
289 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
rezon73/pdo-vertica
1354 Downloads
Just another PDO database library special for Vertica
migliori/php-pdo-database-class
434 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
ismail0234/pdodatabase
192 Downloads
pdo easy and fast speed framework strong database class.
bmorais/database
345 Downloads
The data layer is a persistent abstraction component of your database that PDO
pfinal/database
779 Downloads
PHP MySQL database wrapper, extends PDO and PDOStatement
kenlog/database-custom
62 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.