Archive for the ‘Database Tools’ Category

PHPMySQL Table Editor

Saturday, July 31, 2010 16:04 No Comments

A simple script which creates a sortable form based on a MySQL table. User can update or delete multiple records or add a new row.

This was posted under category: Database Tools

Cacheton

Saturday, July 17, 2010 16:04 No Comments

Cacheton – An utility to cache pages that frequently query a db which is not updated so frequently. Script can reduce server load up to 50%. Your database will thank you. Easy installation, just create a cache dir and include the script. Configurable cache life, use page compression if you will.

This was posted under category: Database Tools

AbstractDB

Thursday, June 3, 2010 16:04 No Comments

AbstractDB is a PHP database abstraction layer, objected oriented and extensible via driver implementations which extend from a common base class.
This package encapsulates all of the basic functions required by most developers without the complexity and/or utter simplicity of many other abstraction packages.
Incorporating AbstractDB into your applications is as easy as including a single file.
AbstractDB [...]

This was posted under category: Database Tools

Simple Model Generator (ModGen)

Sunday, May 30, 2010 16:04 No Comments

Ever get tired of writing gets() and sets() or the same SELECT UPDATE DELETE queries day in and day out?
Check out this simple model generator.
It accepts a list of values, a forms URL, or a database connection and uses it to generate a data model and model factory.
Its free and easy to use, but does [...]

This was posted under category: Database Tools

Shiegege Iseng Paging Class

Monday, May 10, 2010 16:04 No Comments

A PHP class script that demonstrates how to build the Next/Prev buttons for given MySQL query results. Easily create a paging navigation bar like Google.

This was posted under category: Database Tools

Metabase

Friday, May 7, 2010 16:04 No Comments

Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DBMS independent database schemas file defined in a custom XML format; and A manager class for installing [...]

This was posted under category: Database Tools

Table Optimizing Script

Wednesday, March 17, 2010 16:04 No Comments

This script automatically searches for the databases within MySQL on your server. It then goes through each of the databases (it checks first to see if you have permission to those databases) and optimizes all the tables within them. The only thing you have to change in the script is your hostname, username and password [...]

This was posted under category: Database Tools

Flatfile

Thursday, January 7, 2010 6:02 No Comments

The Flatfile package is designed to be a simple, light method of storing and retrieving data in tables with SQL-like features. All data is stored in tab-delimited text flat files.
It supports a very powerful and extensible WHERE clause mechanism, which can be used with SELECT, UPDATE or DELETE statements. It can do ORDER [...]

This was posted under category: Database Tools

dbf Converter

Thursday, December 24, 2009 18:16 No Comments

dbfConverter is a PHP script that reads data from dbase files (dbf,dbt,fpt) and convert them into the mysql or postgres tables. Initially, it create sql tables & insert data, and then updates old data. It does not support index files converting jet. Configurable feautures: join 2 or more dbf files in one mysql table, add [...]

This was posted under category: Database Tools