PHP Database Tool
Free and open source PHP Database Tools Scripts. These Scripts included MySQL, Oracal, Access help you to make a simplified operation on database.-
DBI MySQL is MySQL database access wrapper.It can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows.
-
DB Layer is database abstraction layer to access all supported databases using a single calling convention. It supports multiple databases using dedicated sub-classes.Features of DB Layer:- Error handler.- Result Pagination- Supported databases: MySQL , PostegreSQL.
-
Metafire is a very simple database abstraction layer for firebird/interbase. To use it, you have to know things about php-function for firebird/interbase. But still you can use it as you use mysql or postgres in a simple way
-
c_mysql is a MySQL database access wrapper that can retrieve data records either in arrays or XML documents. It can execute SQL queries for selecting, inserting updating and deleting data records in a given MySQL database table.c_mysql also provides error reporting support by either outputting error messages to the browser, to a error log file, both or neither.
-
database class can build and execute MySQL database queries.It provides a function named db_sknife (short name for database swiss knife) that can build repetitive select queries from a few parameters. It can also establish a database connection, execute the queries, and return the result values.
-
BabelKit is an interface to a universal multilingual database code table. BabelKit takes all of the programming work out of maintaining multiple database code definition sets in multiple languages.The code administration and translation page lets you define new virtual code tables, new languages, enter all codes and their descriptions and then translate them into all languages of interest.Perl and PHP ...
-
FileSyncDB can be used to manage MySQL database table records synchronized to files stored in disk. It can insert, updated and delete records of a database table with fields that contain the names of associated files.When a record is inserted or updated the associated files are copied to the disk using the given file names. When a record is deleted, ...
-
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.
-
Database.php is a DBI-like database abstraction layer with drivers for MySQL, InterBase, ODBC, PostgreSQL (incomplete), and Oracle (incomplete).
-
easy.mysql.class is a simple MySQL database access wrapper class that can execute the most common types of SQL queries with a single function call.It has functions for opening and closing database connections and also individual functions to execute SQL queries of type INSERT, SELECT, UPDATE, REPLACE and DELETE.
-
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.
-
textDB, a database class using csv files.
-
Class.DB.php is capable of managing a database based on text files in the CSV format. It runs integrated in PHP scripts and so it does not need a separate server.Class.DB.php features file encryption and basic database management operations: find, replace and delete records. It operates with numeric or associative field names. It also also has a useful append mode for ...
-
LSM Check and Repair can be used to access a MySQL database check its tables in order to perform tasks like repairing tables, recover lost indexes and table data files, taking backups and optimize the tables.LSM Check and Repair also generates a Web interface to let the user choose the actions to take and see the result of the operations.
-
This class is meant to compose MySQL database queries from conditions defined dynamically calling the class functions. It can compose MySQL database queries add, delete, reset conditions and key values used to determine the affected rows.

