Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 580 Bytes

Mini SGBD

  • Minimal implementation of a database management system (DBMS) for the Organization and Information Retrieval discipline
  • The initial project was developed in C, but compiled in C ++ to use the chosen B-Tree.
  • (pt-BR) Repositório para o projeto semestral da disciplina de Organização e Recuperação de Informação. UFSCar - 2019.2
  • (pt-BR) O projeto inicial foi desenvolvido em C, mas compilado em C++ para utilização da B-Tree escolhida.

How to use ~ Como usar

  • make
  • CLI: ./main
  • CLI + HELP: ./main -h
  • Using FILES: ./main < file.txt