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

Allow creation of schemas by ClassDB users #252

Closed afig closed 6 years ago

afig commented 6 years ago

Instructors, DBManagers, and Students can now create schemas. Students still cannot drop schemas.

Privilege tests were updated to test this functionality.

Closes: #251