Implementation of a MLS DBMS in ruby for The University of Alabama's CS 457 final project
Security_level SELECT select_condition FROM tables_used WHERE where_clause(s)
EX: 4 select * from t1, t2, t3 where a1 = b2 and b3 = c4;
This project is licensed under the terms of the MIT license.