The fastest easiest way to get it right.

Introduction To Andromeda

Andromeda exists to reduce the time requirements for database software development, and to improve the quality of those same applications.

To accomplish this, an Andromeda application begins with an "ADD" file, a text file that describes a database:

table countries:
   description: Countries
   module: reference
   
   column country:
      primary_key: "Y"
      uisearch: "Y"
   column name:
      uisearch: "Y"
   column notes:
   
   group $LOGIN:
      permsel: "Y"
   
   projection dropdown:
      column name:

The Andromeda "builder" program uses the definition to create first a database...

...and a matching User Interface for general use:

This simple ability is then embellished with many features that are explained in the [[Database Introduction]], leading to creation of very powerful and complex databases.

Andromeda has features to modify the regualr admin interface, as explained in the Administration Interface Introduction. You can easily add your own public web designs to a project, or make use of Joomla templates as the public face, these ideas are explained in the Public Web Sites Introduction.

To wrap up, our Application Management Introduction reviews some of the features required to manage source code, publish numbered versions, and generate documentation.

User Comments

There are no user comments yet on this page.


Add A Comment

Comments will not appear until after they are moderated. Comments are usually moderated within a few hours on weekdays, but may take longer on weekends and holidays.

Name or nickname: (This will appear with your comment)


Email (this will never be displayed)


Enter your comment here. Use [b] and [/b] for bold, [i] and [/i] for italic, and [pre] and [/pre] for code samples. All literal HTML and PHP that you enter will be escaped out and displayed as you enter it.


Home |  Documentation |  Download |  Credits |  Contact |  Login
Andromeda © Copyright 2004-2010, Licensed under the GPL Version 2