Libraries tagged by PDO connecter
gmasson/myconnectphp
26 Downloads
PDO connection to MySQL in PHP
diverproject/diamond-sql
0 Downloads
Library to connect on SQL Databases with PDO Connection.
allenjb/migrationmanager
23 Downloads
A simple, framework agnostic, MySQL non-reversible migrations library that accepts a pre-configured PDO connection
aalfiann/lazypdo
19 Downloads
A PHP class to make lazy load PDO connection to database.
siteparts/pdoconnections
80 Downloads
PDO database connections
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
cratedb/yii
0 Downloads
crateDB,PDO, Yii Connection
bootpress/database
1295 Downloads
A PDO wrapper with lazy connections and query profiling.
srjlewis/aura-sql
19 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
mncedim/simpledb
793 Downloads
Connect to MySQL database using PDO
jyoungblood/dbkit
31 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
hxgf/dbkit
46 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
zsymv/wmmysql
12 Downloads
Long-living MySQL connection for daemon.
tomkyle/databases
76 Downloads
Creates generic connections to common database APIs, provided by easy-to-use connection factories. For multiple databases, a Service Locator helps you creating those factories.
thalfm/laravel-db2
933 Downloads
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.