Mercurial > coderloop
diff src/university/README.TXT @ 0:307a81e46071 tip
initial committ
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 18 Oct 2011 01:17:49 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/university/README.TXT Tue Oct 18 01:17:49 2011 -0700 1.3 @@ -0,0 +1,9 @@ 1.4 +################################################################################ 1.5 +# Coderloop Coding Challenge 1.6 +# Puzzle: university 1.7 +# Author: Robert McIntyre 1.8 +################################################################################ 1.9 + 1.10 +The main file is setup.sql, which defines the database schema and all 1.11 +the stored procedures to manupulate the tables. All other *.sql files 1.12 +are just thin wrappers around calls to these stored procedures.