DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

Defined new helper functions #80

Closed smurthys closed 7 years ago

smurthys commented 7 years ago

Defined helper functions and unit tests. The script addHelperFunctions.sql should be the first step in adding ClassDB to a database. All other scripts (except prepareClassServer.sql) can then use the helper functions. This should significantly reduce the total LOC.

We can look for other opportunities to create helper functions this way.