-
Notifications
You must be signed in to change notification settings - Fork 2
File List
ClassDB Home | Table of Contents
Author: Steven Rollo
This document lists the files located in the ClassDB repository. Each section lists the files in the corresponding folder.
Contains the README and LICENSE files, as well as each ClassDB sub-folder.
LICENSE.mdREADME.md
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.
Contains script files for the shelter example schema. More information can be found on the Scripts page.
createShelterSchema.sqldropShelterSchema.sqlpopulateShelterSchema.sql
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.
-
./src/-
db/addAllToDB.psqlremoveAllFromDB.sql-
core/addAllDBCore.psqladdClassDBRolesMgmtCore.sqladdClassDBRolesViewsCore.sqladdHelpersCore.sqladdRoleBaseMgmtCore.sqladdServerVersionComparersCore.sqladdUserMgmtCore.sqlinitializeDBCore.sql
-
opt/addAllDBOpt.psqladdCatalogMgmtOpt.sql
-
reco/addAllDBReco.psqladdConnectionActivityLoggingReco.sqladdConnectionMgmtReco.sqladdDDLActivityLoggingReco.sqladdDisallowSchemaDropReco.sqladdFrequentViewsReco.sql
-
server/addAllToServer.psqlremoveAllFromServer.sql-
core/addAllServerCore.psqlinitializeServerCore.sql
-
reco/addAllServerReco.psqlassertAlterSystemAvailability.sqldisableConnectionLoggingReco.psqlenableConnectionLoggingReco.psql
-
This folder contains scripts to test the functionality of ClassDB, along with the privileges sub-folder
testConnectionActivityLogging.psqltestDDLActivityLogging.sqltestClassDBRolesMgmt.sqltestHelpers.sqltestRoleBaseMgmt.sqltestUserMgmt.sql
This folder contains a sequence of scripts to test the functionality of ClassDB's privilege management
0_setup.sql1_instructorPass.sql2_studentPass.sql3_dbmanagerPass.sql4_instructorPass2.sql5_instructorFail.sql6_studentFail.sql7_dbmanagerFail.sql8_cleanup.sqltestPrivilegesREADME.txt