Skip to content

openlabun/sqlParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Parser

A React app that parses SQL queries and displays the parsed tree in a user-friendly format. The app is built using React, TypeScript, and Ant Design.

Dev mode

 cd app
 npm install
 npm run dev 

Deployment

To deply the app, run the following command

 docker build -t sqli .
 docker run -d -it -p 5033:3000 --restart unless-stopped --name sqlparser sqli

Releases

No releases published

Packages

No packages published

Languages