Database Tools scripts - Top 4 Download

Database Tools script downloads

mx ODBC example

Mx.odbc is cross platform and very fast. It could be used to go through a few hundred thousand rows of an access database in seconds where pure ADO would take 30 min (or 3 min if you use the ADO type library). This script is a simple example of how to talk to ...
Python

PHP Mp3 DB Tool

PHP Mp3 DB Tool is a simplistic program to convert an ASCII file (obtained from an mp3 collector or similar program) to MySQL format, insert it in database and run reports from a web based engine. It supports streaming of single mp3s and full albums. ...

MySQL Manager

MySQL Manager is based on PHP MVC (Model-View-Controller) framework. The framework provides easy error handling, automatic update, create, delete querys, easy objects and classes management. The framework enables easy web sites and applications development. ...

mediaCat GTK

mediaCat-GTK is a cross-platform GUI database frontend designed to allow you to index and search your mp3, dvd, and cd collections. It is written using the new PHP-GTK language bind and currently supports connections to mySQL and any other database supported. ...

SPIDERS

SPIDERS (SQL PHP/PERL Integrated DEvelopment Reporting System) is a PHP web front end on apache used to run perl script reports on SQL databases. SPIDERS utilizes psRpt to generate excel reports from perl scripts that query a SQL database. ...

adminMySybase

adminMySybase is a tool written in PHP for the administration of SyBase over the Web. Currently it can show/drop tables, browse columns ,execute querys and has a nice SQL query autocompletion. ...

QuickDat

QuickDat is an easy way to store your data online, without the need to have support for databases (such as MySQL, PostgreSQL, or MSSQL) on your server. Features: - Manage tables - Add/ Edit/ Delete table rows - Simple scratchpad to edit texts - Search tables, search rows - Complete calendar ...

GRDB

GRDB is an acronym for the GNU Recipe Database. GRDB is a simple database to store recipes. The project is written in PHP and use MySQL for storage. ...

DirectoryStorage

DirectoryStorage is a Storage for ZODB, the object database used by Zope. It uses ordinary files and directories to store revisions of ZODB objects; one file per revision per object. Features: - very simple file format; one file per revision per object. Your data is not locked away inside an unfamiliar, ...
Python

PHP CMS Generator

PHP CMS Generator is an utility to create content management scripts to manage database content. It includes many useful features and a long TODO list of more useful features. ...

txtSQL

txtSQL (pronounced "text-sequel") is a class containing a variety of functions designed to mimic a database system, using only regular text files. Running on the PHP language, it is object-oriented and can be looked at as sort of a framework in creating larger scripts (such as guestbooks, polls, forums etc.) There ...

dbSQLBackup

Timeout errors when backing up and restoring large SQL-dumps? dbSQLBackup intents to work under extreme conditions like heavy server-load, a small execution time for PHP scripts and PHP environments working in safe mode. Not using server-side apps! ...

fSQL

fSQL for PHP offers some functions to easily use mysql querys. It works with twodimensional associative arrays (Columns and Rows). The sourcecode is quite self-explanatory. There are functions for connect, close, select, insert, delete and update. ...

Dee Module

Dee Module implements a truly relational database language using Python. ...
Python

PHP REST SQL

PHP REST SQL is a class used to open a HTTP REST interface to a MySQL database using PHP and a HTTP server. Using standard HTTP requests, the data in a database can be created, retrieved, modified and deleted. PHP REST SQL was built and tested using Apache 2.0.45, PHP 4.3.4, ...

doSQL

doSQL() is a PHP4 script that can dump data back from a SQL text file (generated by backupDB() (also available on this site), phpMyAdmin, or similar) to a new database, or run any number of SQL commands in batch mode. Detailed progress reporting, including time remaing, processing rate (text and graph ...

MySQL and accessing database results by field

MySQL and accessing database results by field script allows you to access database records returned by a query using the field name. ...
Python

dBrowser PHP

dBrowser is a PHP/MySQL/PostgreSQL framework/code generator aimed at web/database application developers. ...

Using the MySQLdb interface

Using the MySQLdb interface script is a simple example showing how to use the MySQLdb interface to function with your MySQL database. ...
Python

Efficient database trees

Sometimes it can be hard to work out a way of efficiently representing a tree in the database. Combining modified preorder tree traversal with a parent child model allows most common queries to be represented in a single sql query. This example uses MySQLdb, but can easy be changed to use ...
Python