View on GitHub

ClassDB

An open-source system to let students experiment with relational data

ClassDB Home | Table of Contents


File List

Author: Steven Rollo

This document lists the files located in the ClassDB repository. Each section lists the files in the corresponding folder.

Root (./)

Contains the README and LICENSE files, as well as each ClassDB sub-folder.

docs (./docs)

Contains a copy of the ClassDB documentation for the corresponding release. The contents of the docs folder is a copy of the ClassDB wiki at the time of release - the wiki holds the current development version of the docs.

examples (./examples)

Contains script files for the shelter example schema. More information can be found on the Scripts page.

src (./src)

Contains the source code for ClassDB. All files need to install ClassDB are in this folder. More information can be found on the Scripts page.

tests (./tests)

This folder contains scripts to test the functionality of ClassDB, along with the privileges sub-folder

privileges (./tests/privileges)

This folder contains a sequence of scripts to test the functionality of ClassDB’s privilege management