select current_user
						
					Andrea Minetti andrea@wavein.ch


Problem: how can we quickly create web applications to interact with our DB?
Originally developed to allow environmental researchers with basic database skills to manage their own research data
Reads the information schema and, with no additional user interaction, provides all necessary basic functionality
				
				
				
					The Art of PostgreSQL - Dimitri Fontaine
				
				
				
				
				Simple 3 tier architecture

On installation, a new box schema is created in the db with all configuration required by the system
						
							$ sbt new minettiandrea/box.g8
							$ cd project-name
							$ sbt installBox
							$ sbt generateModel
							$ sbt run