Blink DB Documentation v1.0.0
Blink DB Documentation
Loading...
Searching...
No Matches
command_parser.hpp File Reference

Command Parser for command-line interface to interact with Database engine. More...

#include "engine/lsm.hpp"
#include "resp_encoder.hpp"
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  ValidationResult
 Holds the result of command validation. More...
class  CommandParser
 Parses and validates commands for a command-line interface. More...

Detailed Description

Command Parser for command-line interface to interact with Database engine.

This class provides methods to parse and validate commands such as SET, GET, DEL, and help commands.

Author
Sai Kasyap Jannabhatla
Date
March 2025
Version
1.0