Open
Description
I’ve been following this project and working with it for a long time.
I plan to make changes to the database inspector, particularly for PostgreSQL.
I aim to add support for enum data types and also address several issues with the existing data types.
Additionally, I plan to globally address the model and field generation issue to eliminate problems with naming.
I will try to follow the project style and maintain backward compatibility.
The main changes will be in:
- inspectdb/__init__.py
- inspectdb/postgres.py