Linking project overview dashboard to README
Adding a link to the README header. The linked dashboard describes overall repository structure. The goal is to help new developers explore project and understand architecture/dependencies. Direct link: https://sourcespy.com/github/jagroshvortex/
It doesn't even detect the database structure
It does not, you are right. Though the SQL access code is in the different module and it does not include DDL, right? Not sure where to get the table structure in addition to all this... any suggestions?
There only is one module and it includes all the tables and their structures. The access code also is available.