Libraries tagged by mysql class
sanderheijselaar/ezpdo
1124 Downloads
A simple PHP PDO class for MySQL
erickfirmo/phpmodel
45 Downloads
MySQL query builder class in PHP.
dimns/simplepdo
29 Downloads
Simple PDO Wrapper class for MySQL and SQLite
synaptic4u/db
46 Downloads
Database wrapper class for PDO MYSQL to enable custom scripting
rstoetter/libsqlphp
60 Downloads
library with classes to manage mysql datebases and tables
remithomas/rt-object
18 Downloads
Create an entity class to use mysql like NOSQL way.
qpdb/query-builder
185 Downloads
php class for build MySql queries that prevents mysql injections
nathanielrich/my-sql
15 Downloads
a simple php class to handle mysql connections
yorch/mydb
112 Downloads
Abstract Class to manage RDBMS (MySQL, MSSQLServer, ODBC, PostgreSQL) connections
shoyim/php-orm
0 Downloads
A simple PHP class to access your MySQL records.
ezrarieben/pdo-wrapper-singleton
8 Downloads
A wrapper class written for PDO MySQL DB connections following the singleton pattern
venar/select
13 Downloads
PHP Class to build queries for MySQL. Allows you to build chains of conditions. The goal of this class is to encapsulate PHP's interactions with MySQL to reduce errors in writing queries and make creating stored procedures simple.
aleksey.nemiro/nemiro.data.php
21 Downloads
The small helper classes for working with databases MySql and PostgreSQL.
rstoetter/ckeycolumnusagetree-php
23 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
impeck/safemysql
8 Downloads
PHP class designed for secure and efficient MySQL query handling