Libraries tagged by pdo_mysql
grantjm9992/fluentpdo
4 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
gooddaykya/pdobase
153 Downloads
PDOBase. Wrapper for PDO
geste/fluentpdo
157 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
genesis/db-backup-restore
17 Downloads
Quickly backup and restore your local database after a test run.
gelembjuk/db
112 Downloads
PHP Package for DB access from PHP. It contains simple common interface and can be used with many DB engines. It is very simple alternative of PDO
finesse/wired
525 Downloads
Light standalone ORM with a query builder and no external configuration
finesse/mini-db
1336 Downloads
Light database abstraction with a query builder
finesse/micro-db
1587 Downloads
A simple database connector for using pure men's SQL with bindings 💪
faster-php/db
2 Downloads
A drop-in replacement for PDO with connection pooling, lazy connect, auto-reconnect, and prepared statement caching.
erickfirmo/phpmodel
45 Downloads
MySQL query builder class in PHP.
erickfirmo/dbconnection
34 Downloads
PDO database library
emmetog/database
15 Downloads
A library to manage database connections
ekendic/myjson
20 Downloads
myJSON is a data API for accessing, serializing, and deserializing JSON data.
easysql/easysql
247 Downloads
Work more optimally with SQL for Performance, Security and Readability
easeappphp/pdolight
78 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.