Database Tools scripts - Top 4 Download

Database Tools script downloads

Pybliographer

Pybliographer is a tool for managing bibliographic databases. You can either use its graphical interface (based on Gnome) which provides powerful editing capabilities, a nice hierarchical search mechanism, direct insertion of references into LyX and Kile, direct queries on Medline, and more. Or you can directly access its internal python classes ...
Python

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

PythonReports

PythonReports is a toolkit aimed to build database reports in Python programs. The toolkit includes report template designer, report builder and several printout renderers for GUI and graphic file output. Report builder applies a template to a sequence of uniform data objects and produces a printout structure that can be saved ...
Python

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 ...

RailsDB

RailsDB is a web application written in Ruby using the Ruby on Rails web framework. RailsDB provides a generic interface to popular open source databases such as MySQL, PostgreSQL, and SQLite. The script is very easy to install, use and customize. The code functionality does not depend on any operating system. ...

Read tabular data from Excel spreadsheets

Sometimes you get an Excel spreadsheet (say, from the marketing departement) and you want to read tabular data from it (i.e. a line with column headers and lines of data). There are many ways to do this (including ODBC mxODBC), but the easiest way could be this script: provide a file ...
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: - ...

Report Manager

Report manager is a reporting application (Report Manager Designer) and also a set of components for Delphi , Builder and Kylix, also supports development environment accepting ActiveX controls (Visual Basic,Visual FoxPro,any Visual Studio.Net language...). C dynamic standard library with exported functions is provided to use the engine with any other language ...

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

Run SQLite connections in isolated threads

This script lets databaseconnections live in their own thread and queues are used to communicate with them. ...
Python

Scaffold4PHP

Scaffold4PHP allows PHP developers to create Class representations and basic CRUD (Create, Retrieve, Update, Delete) methods for all tables in a database in seconds. ...

Sequel Explorer

Sequel Explorer is a database management tool. But, it is also much more than just a Database Management Tool. It utilizes the platform-independence of the Perl programming language and the SQL database language to create a universal management platform. This application is very easy to install and use. ...

simple mysql

simple mysql provides you access to a mysql server in a perl/php style. It is a simple but easy to use OOP warp around the standard mysql c api without any complicated techniques and objects classes. ...
Delphi

Simple ZODB viewer in wxPython

This is a very simple script that allows you to examine a ZODB database. Start the script and you can see what is in your ZODB file as well as the overall structure. ...
Python

Single parameters style for DB API modules

This script allows you to code SQL queries the same way independent on paramstyle of used DB module. ...
Python

SortedTable

SortedTable allows you to make any valid table a sortable one. Tables can be sorted automatically or manually by moving rows. To start using SortedTable all you need is:- have a valid document, - have a valid table* in this document - download the following javascripts to a folder on your ...
JavaScript

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. ...

SQL Tool Box

Sqltoolbox is a collection of database manipulation tools allowing viewing, editing, and querying of data across different database platforms and operating systems.The script is very easy to install, use and customize to suit your needs. ...

Sql2diagram sxd

It can be used in reverse-engineering ERD (Entity-Relationship Diagrams) to create UML-style table structure diagrams.The program outputs OpenOffice.org Draw (.sxd) files, so the results are editable.The program can also output a machine readable textual explanation of the diagram it is writing. ...
Python

SqlBuilder

SqlBuilder is a library which attempts to take the pain out of generating SQL queries within Java programs. Using one programming language (Java) to generate code for another language (i.e. SQL) is always a challenge. There are always issues with escaping characters within string literals, getting spaces in the right place, ...