Reality -- the implementation of the vision to date (2/3)
nFirst part of framework supports creation of a script to describe the database using descriptive names for types of data elements.  E.g.
–. . .
–
–Create Table "Teacher_",+_
– "Last_Name       Name,"+_
– "First_Name      Name,"+_
– "Middle_Name     Name,"+_
– "Street_Address1 Long,"+_
– "City_           Long,"+_
– "State__lookup_  2char,"+_
– "Zip_Code        ID,"+_
– . . .