├── .gitignore ├── README.md ├── config.json ├── config_handler.py ├── importSQL.py └── sql_handler.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bam4d/importSQL/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bam4d/importSQL/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bam4d/importSQL/HEAD/config.json -------------------------------------------------------------------------------- /config_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bam4d/importSQL/HEAD/config_handler.py -------------------------------------------------------------------------------- /importSQL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bam4d/importSQL/HEAD/importSQL.py -------------------------------------------------------------------------------- /sql_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bam4d/importSQL/HEAD/sql_handler.py --------------------------------------------------------------------------------