pdb2sql is a Python package that allows to use SQL queries to handle PDB files. Currently, only ‘ATOM’ data is parsed, and other items of PDB, e.g. HETATM, are ignored.
pip install pdb2sql
10 minutes to pdb2sql