Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 551 Bytes

SQL Parser

This project is created to understand the internal workings of SQL Query Parsing

Getting Started

These instructions will help you build, test, and run your Golang project using the provided Makefile.

Build the project

make build

Run the project

make run

Prerequisites

Make sure you have Go installed on your system. You can download it from the official website.

Clone the Repository

git clone https://github.com/your-username/your-repo.git
cd your-repo ```