/uffsdb

A simple teaching DBMS

Primary LanguageCMIT LicenseMIT

uffsdb

A simple educational DBMS

how to comipile

uffsdb/Fonte/make

how to execute

uffsdb/Fonte/./uffsdb

compiler

uffsdb commands are interpreted using yacc and lex. In the interface folder type make to compile both. You can edit the following files: parser.h, parser.c, lex.l, and yacc.y.