Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 671 Bytes

File metadata and controls

14 lines (8 loc) · 671 Bytes

#databasebuilder

Project for a database class where we had to catalog a filesystem or entire domain, usage below:

Executable files and usage are as follows: singlefile.py <url/filepath> -- creates a .sql script from the metadata of a single file, local or otherwise domainscraper.py -- searches through all of a domain's files and produces a .sql script directory.py -- searches through all of a filesystem's files and produces a .sql script mergescripts.py -- merges all .sql files in the scripts folder

The program creates a scripts folder for all of the sql scripts it generates and places them into that folder