Libraries tagged by pdo database
evosoftcz/dibi
5402 Downloads
Dibi is Database Abstraction Library for PHP
erusev/base
170 Downloads
Simple Database Interface
brtriver/dbup
530 Downloads
simple migration tool with PDO
bmorais/pix
43 Downloads
Utilização do PIX em PHP
alejoluc/lazypdo
261 Downloads
PDO Drop-in replacement that only makes a connection when needed
aheinze/mongo-lite
57 Downloads
Schemaless database on top of SqLite
hazaarlabs/hazaar-dbi
13897 Downloads
The DataBase Interface for Hazaar MVC
jojomi/dbl
269 Downloads
A very minimal PHP PDO database layer.
dcblogdev/sql-import
842 Downloads
Import .sql file into a database using PDO
lucinda/nosql-data-access
23486 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
150780 Downloads
Simple database interface class for PHP PDO
marcocesarato/cpdo
313 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
1391 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