Skip to content

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages