Skip to content

tombakas/Armstrong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strong Arms

This is a very hacky attempt at preventing humans from having to draw Armstrong relation tables by hand like some Neanderthals.

The relational schema and functional dependencies are to be placed in a file on the same directory level called dependencies.txt.

The syntax can be derrived from the following example definitions:

  • Schema: R = (A, B, C)
  • Dependencies: F = {A->B, A->C}

This seems to work correctly with the example provided in the exercise 4c from the week 4b coursework. It is completely possible that this is broken and doesn't work at all.

About

Armstrong relation table generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published