[CodeIgniter 4 video lesson] – Creating a database for our CI4 application

Hail guys !!!

In this video lesson in the CodeIgniter 4 series , I create a database, which will be the basis of our application and which will support the MODELS classes at CI4.

The database adopted for the classes is MySQL , as it is a very popular DBMS and widely used by PHP programmers, as well as by CI users.

To create the database, I used the MySQL Workbench , a tool that enables the bank model ( Entity Relationship Diagram ) and then from the model, automatically creating the code SQL (DDL) for the model. In future classes, to create the models and test the manipulations in the database, the phpMyAdmin tool will be used .

To follow the video lesson, visit:  https://www.youtube.com/watch?v=EArZn_deHzs&utm_source=rafaelwendel

To download the MySQL Workbench, go to:  https://www.mysql.com/products/workbench/

I hope you enjoy this video lesson !!!!

Hugs!

Holds a university degree in Information Systems, a postgraduate degree in Database Systems and a master's degree in Education with a focus on Sociocommunity Technologies. He works as a professor of technical and technological education at the Federal Institute of Education, Science and Technology of São Paulo, teaching subjects in the areas of programming, database, project development and software engineering.

Posts relacionados

Leave a Reply

Your email address will not be published.