Package to extract SQL Oracle DB to a JSon.
* support for declarative SQL schema in dictionary
* several utils functions to handle SQL calls
* support graph fields to let known to the system tables and fields to be parsed.
* support saving results on MongoDB databases
* support saving results in json file (RAM expensive)
* Parallel execution with joblib with maximum 2 threads [Oracle Xe limits](https://www.oracle.com/database/technologies/appdev/xe.html)
* support for github action for test the quality
* support for github action to create pypi package
TODO:
* documentaion
* examples
* tests