Skip to content

grgoryolive/uffsdb

 
 

Repository files navigation

uffsdb

A simple educational DBMS

dependencies

  1. Bison
  2. Flex
  3. Library readline
  • For Ubuntu/Debian-based systems, run:
sudo apt install bison
sudo apt install flex
sudo apt-get install libreadline-dev

how to compile

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.

About

A simple teaching DBMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.7%
  • Yacc 3.9%
  • Lex 1.7%
  • Other 0.7%