Libraries tagged by pdo_mysql
spotlab/safeguard
201 Downloads
A simple application that parses through a config.yml file, to backup database (mysql, sqlite, pgsql, dblib) and to archive files in tar.gz
rotexsoft/sqlschema
865 Downloads
Provides facilities to read table names and table columns from a database using PDO. This package is a fork of https://packagist.org/packages/aura/sqlschema ( https://github.com/auraphp/Aura.SqlSchema ). It adds PHP 8.1+ suport and is also designed to work with Mariadb 10.4+ and above.
rotexsoft/leanorm
369 Downloads
A Generic Data Objects ( https://github.com/rotexsoft/gdao ) implementation based on a stripped down version of idiorm (\LeanOrm\DBConnector). A light-weight, highly performant PHP data access library.
rotexsoft/gdao
3015 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
ronpinkas/dbbridge
2 Downloads
An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.
raylin666/database
5 Downloads
The Swoole Pool Database package.
ramadan/custom-fresh
131 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
pinga/db
378 Downloads
Safe and convenient SQL database access in a driver-agnostic way
paulyg/dbalite
23 Downloads
A lightweight PDO based Database Abstraction Layer.
osynapsy/osynapsy-database
250 Downloads
Osynapsy database
nguyenanhung/codeigniter-database-standalone
4463 Downloads
A wrapper database from CodeIgniter
kuiper/db
2458 Downloads
A PDO extension that provides lazy connections, auto reconnecting, and fluent query builder
kenlog/database-custom
53 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.
karmabunny/pdb
1028 Downloads
PDO wrapper
hybridlogic/db
67 Downloads
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.