Skip to content

IamTossan/sql-doc-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Doc Extractor

usage:

make                              compile the program
./dist/sqlDocExtractor <file>     run the program
make help                         more infos

context:

Originally, this program was created to extract documentation from stored procedures. Examples can be found in the test folder

how it works:

This program detects and extracts documentation one line at a time in a linked list.

Then the linked list is parsed into a binary tree.

Left children are siblings in the JSON hierarchy.

Right children are children in the JSON hierarchy.

About

Utility to extract doc from SQL files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published