Skip to content

AdarshNaidu/simple-sql-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SQL Parser

Tests GitHub release (latest by date)

Project Setup

  1. Clone the repository
  2. To start program: go run main.go
  3. To run tests: go test ./sql -v
  4. To build project: go build

Usage

  1. Download a suitable executable from releases.
  2. Run the executable. (Sample inputs in ./sql/*test.go files)

Tutorial followed to build sql package: https://blog.gopheracademy.com/advent-2014/parsers-lexers