`Gazpacho `_ is a fresh new GUI builder for the GTK+ toolkit designed to be ultra-easy to use. It is strongly inspired by the Glade project but it is written from scratch using the Python language (just like SQLObject). As a result there are few lines of code to read, understand and to maintain! Here are some examples of creating a database front end using sqlobject and gazpacho. - A single database entity with a single attribute: gazpachoexample1_. - An example of a one-to-one relationship: gazpachoexample2_. - Another one-to-one example, using alternateID's in the interface: gazpachoexample3_. - An example of a one-to-many relationship: gazpachoexample4_. - one-to-many, with alternateID's: gazpachoexample5_.