This project creates and builds data models and deploy database for the dog adoption data.
- Database: PostgreSQL
- Language: Python
- Data is extracted from Kaggle and saved locally.
- Initiates a connection to PostgreSQL and creates the database with auto-commit being run.
- Tables are created with the appropriate columns and data types.
- Data is fed into the newly created tables.