Advanced Database Testing and Workflow Automation with PostgreSQL, Django, and Docker

preview_player
Показать описание
Advanced Database Testing and Workflow Automation with PostgreSQL, Django, and Docker | Module Introduction.

Playlist:

Udemy Course:

Source Code:

This module is designed to equip learners with advanced skills in database schema management, automated testing, and workflow integration using modern tools like PostgreSQL, Django, and Docker. Through a blend of theoretical knowledge and hands-on exercises, participants will explore structural testing, schema creation, and advanced features such as Docker HealthCheck, Pytest fixtures, and Django migrations.

Key topics include creating and managing PostgreSQL schemas, setting up testing workflows with Docker, utilising Pytest for validating table structures and relationships, and enforcing custom constraints. Learners will also gain practical experience in building test databases, working with FactoryBoy and Faker for model factories, and testing stored procedures and triggers.

By the end of this module, learners will be able to effectively manage complex database schemas, automate testing workflows, and integrate these processes within a Dockerized environment to ensure robust and scalable applications.
Рекомендации по теме
Комментарии
Автор

Hi, I am using MySQL db.
Can we add migration files manually in a django app.
And I don't want to run migrate command because same database we are using in php also.
Will it work ?
Thankyou

wazidmalik