Database Tools scripts - Top 4 Download

Database Tools script downloads

mydbaccess

mydbaccess provides a modular user interface to browse MySQL databases based on a relational design framework.mydbaccess is a GUI for MySQL databases featuring powerful and end-user-friendly search, query and reporting engine functionality. The application runs OUT-OF-THE-BOX after unpacking to a suitably PHP-enabled web-server publishing location. ...

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

Refbase

refbase is a web-based, standards-compliant, multi-user interface for managing scientific literature and bibliographic references. Based on php and mysql, it offers a bibliography database with powerful search tools and automatically generated citation lists. You can have a look at a more detailed introduction to the aims and history of refbase. Features: - ...

cdmp3db

cdmp3db is a web interface written in PHP to manage a collection of MP3 cd's. It's designed for Linux or any UNIX system which supports Apache PHP MySQL. ...

FormEntry

FormEntry will build an HTML form for your SQL tables allowing users to maintain some or all of the content through familar HTML forms and yet you don't need to bother to create the HTML.FormEntry will generate the form directly from the tables and control the behavior and access of each ...

MySportsDB

This script will provide a MySQL database and a few php pages to add, edit, and view your sports card database. It is going to be a MySQL database with a PHP front-end to access it. It will store all sorts of sports cards and have all kinds of search and sort ...

Using ADO to list field definitions for tables

This script demonstrates the use of ADO to get database table definitions. A PostgreSQL create code is generated. ...
Python

Database resultset navigation

Database resultset navigation script helps you to create page links for your (MySQL) database resultset.This PHP function is all you need to create forward / backward links (paging) for the records in a database resultset. The setup is very easy, just call the function at the place where the links to ...

Micro DB Manager

Micro DB Manager is a database abstraction class written in PHP using object oriented technologies.The class realize the following functionalities: - Connectiong to the databse - Executing queries - Converting results to associative array - Get selected rows - Get affected rows - Get last insert ...

Pivot Crosstab Denormalization of Normalized List

This script shows you a function that creates a cross-tab or pivot table from a normalised input table. You can use this function to 'denormalize' a table of normalized records. ...
Python

LOVD

This script provides you a freely available tool for Gene-centered collection and display of DNA variations with minimal phenotype and patient data. ...

Python DAO interface class

Python DAO interface class is a simple base class that can be used to quickly get connected to any database that has DAO interface.  It really is just a Python wrapper around the DAO COM object. ...
Python

Resultset

Resultset allows you to accessdatabase results by field name. It wraps each result row in a ResultRow class which allows you to retrieve results via a dictionary interface (by column name). The regular list interface (by column number) is also provided. ...
Python

PHP Booosta

PHP Booosta provides you with easy-to-use components to create database driven web applications in PHP without having any clue about what "SQL" is. It also allows you to create quick HTML-Forms and offers several other things. ...

Create an ODBC data source

 With the help of the ctypes module, this script creates the required ODBC data sources when you install database applications that use ODBC. Requirements: · ctypes ...
Python

MySQLDataManagement

MySQLDataManagement provides you a set of php scripts to manage your data for selected database. All your tables will be shown you for data management on them. MySQLDataManagement is intended to add / edit / delete / list records on selected table - DB . ...

Kumbia

Kumbia is a full-stack framework written in PHP for developing database-backed web applications according to the Model-View-Control pattern and other patterns as ActiveRecord and TemplateView. Optimized for programmer productivity. ...

Create table statements for MS Access tables

This script parses the output of MS Access's documenter report and generates sql create table statements for the tables in the report. ...
Python

Parse and create fixed size binary data

Python's struct library is too low-level for direct usage. This script having only 40 lines shows how it can be turned into more developer-friendly tool. ...
Python

movTable

movTable is an open source, multiplatform php class for creating database driven html tables. Created tables are heavily flexible and user-friendly: they can be sorted, filtered, they have re-sizeable columns and context menus. movTable-enabled html tables have also Drag and Drop capabilities.Tables published on the web are now easy to read ...