Libraries tagged by mysql db class
lincanbin/php-pdo-mysql-class
4703 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
stefangabos/zebra_database
7849 Downloads
An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.
krugozor/database
2442 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
detain/db_abstraction
504 Downloads
Database Abstraction Class
tschoffelen/db.php
344 Downloads
Simple PHP class for doing standard MySQL actions.
mouf/database.dbconnection
32081 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
drkbcn/php-pdo-mssql-class
83 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
softon/mysqli-dbclass
12 Downloads
A simple Object Oriented approach for accessing Mysql Databases.
samuelfaj/class_db
26 Downloads
Class DB allows you to write secure SQL queries easily and work with many different databases using the same syntax.
v-dem/queasy-db
154 Downloads
Database access classes, part of QuEasy PHP framework
power/db
211 Downloads
Simple static class to work with mysql databases
peterujah/db-controller
58 Downloads
Php PDO databse wrapper.
indievox/master-slave-db-access
17 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
rotexsoft/leanorm-cli
53 Downloads
Command-line tool for rotexsoft/leanorm for generating Model, Record & Collection Classes for tables in a specified database.
rotexsoft/gdao
2792 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.