22-05-2023 - Andrés Cruz
Base de Datos As the title for this post specifies, Bucardo is a replication system that in other words allows you to "clone" or "duplicate" records from a Database to other Databases (source-target).
21-05-2023 - Andrés Cruz
Base de Datos In this entry I will show you how to synchronize the sequences of a Postgresql Database using Bucardo.
27-04-2023 - Andrés Cruz
Base de Datos We will explain how to use the enums types for our columns in the definition of migrations in CodeIgniter 4.
25-04-2023 - Andrés Cruz
Base de Datos We will see how we can use joins to join tables in CodeIgniter 4
24-04-2023 - Andrés Cruz
Base de Datos We will learn how to work with foreign type relationships in CodeIgniter 4; from the definition of the migrations, to its use from the models.
19-04-2023 - Andrés Cruz
Base de Datos Learn how to fully or partially export your database through a query in CodeIgniter
18-04-2023 - Andrés Cruz
Base de Datos We are going to know and work with the migrations to generate our tables in the database using CodeIgniter 4.
16-04-2023 - Andrés Cruz
Base de Datos We are going to see how we can delete records from the database using CodeIgniter 4.
15-04-2023 - Andrés Cruz
Base de Datos We are going to know how we can create the list of records in a table using CodeIgniter 4, this list will be paginated and it is a fundamental element for our CRUD.
04-04-2023 - Andrés Cruz
Base de Datos We will see how to deal with a common error when working with migrations in Laravel, which happens when we rollback them.