Skip to content

Implementation of a MLS DBMS in ruby for The University of Alabama's CS 457 final project

License

Notifications You must be signed in to change notification settings

jmurp7385/mls_dbms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mls_dbms

Implementation of a MLS DBMS in ruby for The University of Alabama's CS 457 final project

Usage

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.

About

Implementation of a MLS DBMS in ruby for The University of Alabama's CS 457 final project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages