-
phpPostgreSQLdB provides an abstraction layer above the PHP PostgreSQL API.This centralizes all the database connection info such as host, port, etc. Same class an be used to connect to multiple databases on different servers and on different ports. In addition to "normal" stuff that you'd expect from a db abstraction layer, it also supports transactions among other things. Comprehensive error ...
-
pgSQL Abstract is a wrapper class to simplify PostgreSQL queries. This is the PostgreSQL version of another previously submitted here to access MySQL for the same purpose.Features of pgSQL Abstract:- Connect to a PosgreSQL server reusing connections previously opened to the same server- Insert or update rows using arrays of fields and values- Delete rows that satisfy a given condition- ...
-
SQL wrapper is a simple MySQL database access wrapper class. It provides functions to connect to a given MySQL database, execute a SQL query, retrieve the query result data and number of rows.
-
dbsource is a class meant to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.
-
DBManager provides several classes that implement different aspects of the access using a central class to manage connections to the MySQL database server.The DBManager class keeps track of each database connection that is opened. It provides a function named getDB() that establishes the database conection when it is called for the first time, and returned a reference to an object ...
-
mysqlc is a wrapper to access MySQL databases.It can create persistent or non persistent connections, execute queries, retrieve query results, retrieve MySQL server version, start and finish transactions.
-
MySQL RecordSet class provides automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required.
-
swemc can connect of a MySQL database, execute SQL query and output the query results in HTML tables.Functions of swemc:- Execute select, update, insert and delete SQL queries- Output query results in HTML tables that can have their presentation customized with CSS.- Output HTML tables also customizable with CSS with the results of queries that retrieve single database table records- ...
-
Server status class can connect to a server given its IP address and port to determine if it is running and accepts connections.
-
phpMysqlConnection is an interface class to be used with the PHP programming language to help you connect to a MySQL database server and perform your queries. The methods of this class prevent you from having to memorize all the different steps needed to connect to the database, perform your query, and get your results.
-
MySQL Operations is a simple class meant to connect and query a MySQL database. It has functions to connect to a given MySQL database, execute queries, retrieve results and the number or rows.
-
DB Connect is a simple class that can connect to a MySQL database, execute an SQL query and retrieve the result set rows and the respective metadata.DB Connect get function executes an SQL query and returns status of success of the executed query, the number of rows, the number of columns, the total number or result cells, and the list ...
-
ODBC Basic is a basic wrapper around ODBC API to retrieve information about the tables of a database.It can establish a connection to the database, retrieve the number of existing tables, retrieve the names of the table columns and retrieve the data in all the columns of a table.

