Libraries tagged by mysql class
rcastera/mysql-wrapper
43 Downloads
MySQL Abstraction Class
hunnomad/classdatabase
35 Downloads
Universal MySQL database connection class
jabarihunt/mysql
81 Downloads
A simple class that handles MySQL database instances with support for both TCP and Socket connections. I created this class as a standard way to interact with MySQL databases from within other projects with very low overhead. I will personally use it as a dependency in those projects, but it's perfectly capable of being used as a standalone handler.
nowendwell/mysqli-class
17 Downloads
MYSQLi Wrapper
drkbcn/php-pdo-mssql-class
86 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
indievox/master-slave-db-access
22 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
abbe98/simple-pdo
322 Downloads
A simpe PDO class for MariaDB and MySQL
v-dem/queasy-db
159 Downloads
Database access classes, part of QuEasy PHP framework
rotexsoft/gdao
2995 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.
peterujah/php-search-controller
46 Downloads
Php advance mysql database search to perform search operations.
peterujah/hierarchical
18 Downloads
Hierarchical - Light, simple PHP and mysql Hierarchy data and organization chart.
onlyphp/codeigniter3-model
58 Downloads
Advanced model class for CodeIgniter 3 with eager loading and pagination capabilities
noahheck/e_mysqli
172 Downloads
Replacement for default Mysqli class to allow viewing a parameterized query with the arguments inserted into the string
detain/db_abstraction
545 Downloads
Database Abstraction Class
davcs86/php-mysqlimporter
4404 Downloads
PHP class for importing big SQL files into MySQL.