Skip to main content

Codebase Structure

  • The codebase is organized into two main directories: frontend and backend.
  • All data generated for databases, tables, and tuples is stored in the database directory, which is automatically created when the program is executed.
  • The frontend directory contains all code related to command-line interface (CLI) inputs and outputs.
  • The backend directory contains the core implementation of the storage manager.