OBST is a webbased tool for the multilingual browsergame TribalWars (in german: DieStämme). It gives tribes the opportunity to have their own database of reports, a reservation list for villages and much more. More information on http://tribalwars.net
CHASERS is a web/database application for non-profits. It is used by Downtown Emergency Service Center, a homeless service agency, to track clients, services and agency operations. It has been used adapted for fundraising and other purposes too.
openMyAdmin is a free CMS, established on the basis of recent trends in developing web applications such as AJAX, MVC and OOP. Basic principles of CMS: web desktop and modular structure.
phpPgView is a PHP tool that allows to explore the structure of a postgreSQL DB, browse tables and execute saved queries. Easy sorting, searching, and export. This tool makes easier the monitoring of web/database applications for developers.
The project aims to create a web based database administration tool, with expansion into automatic code generation from the database schema.
The code allows creation and removal of databases, tables and fields via a web browser.
Books+ is a system to manage your books at home or in a small library. The interface is based on two main actions: add a new book and search for a new book. The strength of this tool is its simplicity. Visit http://www.books-plus.net !
Web based MySQL Stored Procedure, Function and Trigger Management. Written in PHP and Javascript, this Ajax application is the perfect companion to phpMyAdmin. Includes command line interface & other special features.
MyJQuery is an operating system independent database utility written entirely in Java, for beginners MySQL 5.1+ Database & students.
Generating Perl,Perl/CGI,PHP,Java,JSP Code Snippet & export CSV,HTML,XML
execute any MySQL statement
FreeRADIUS and Chillispot web-based management apps. The main aim is to provide radius server or hotspot administrator a simple web-based management application. FreeRADIUS must configured to use MySQL as backend.
Graphical Botanical Database Management Tool keeps track of a very large number of variables in the growth of plants their environment and experiments performed Producing custom reports and displaying images. UPDATE-XGBDMT IS NOW PLATFORM INDEPENDANT.
bCMT is a management tool for basketball coaches which allows them to run a basketball season from try-outs to finals. It tracks games and statistics, player information and player development. Feedback welcome, follow the links to the project web site.
adminMySybase is a tool written in PHP for the administration of SyBase over the Web. Create/Browse/Edit/Remove databases, tables, rows in sybase all through PHP.
Web-based tool for developers and administrators to access into Oracle. Written in PHP to allow view,manage and export Oracle objects (tables, view,index,package, procedure, trigger..) over WWW (like phpMyAdmin, phpOraAdmin or funkctions like TOAD)
The Oracle Database Dashboard (ODD) is a PHP built, web-based database tool aimed at DBAs and developers to allow them to view Oracle databases, find performance issues, monitor sessions, etc.
A utility designed for developers to keep track of schema changes to project databases, and optionally all changes to a particular table, so that changes can easily be versioned for software upgrade packages and distribution etc.
Tool (C) to split the WURFL XML mobile browser database into individual device files with symlinks (stubs for NTFS) to reduce access time and server load. Includes a simple PHP library/API as an example how to access the data and an example phtml file.
Sudo inventory web-tool (SIWT) is a web interface to view and administer information related to /etc/sudoers files on multiple servers. The database contains data on servers, users, aliases, dates, etc. This tool is helpful for internal audits.
"PHP Database Migrations" enable you to have distinct versions of your database schema. Each migration file alters the schema, a concept taken from Ruby on Rails. Migrations can be performed on all your DB servers ensuring consistency and reliability.
G.O.SQL is a web-based data management tool for Oracle Database. Currently, its support 7 schema's objects: Table, View, Index, Sequence, Function, Procedure, and Synonym.
target of this tool is provide trasparent interface to database, for agile developemnt, code riutilization and less manutention. basic example: set('T',$data); write info in $data in table T get('T') return hashtable with all info in table T.