diff --git a/assets/image-3.png b/assets/image-3.png new file mode 100644 index 0000000..9afeddf Binary files /dev/null and b/assets/image-3.png differ diff --git a/slides.typ b/slides.typ index 4b2c723..7d5876d 100644 --- a/slides.typ +++ b/slides.typ @@ -133,9 +133,14 @@ #page[ == Descarga e instalación del software === PostgreSQL - - https://www.postgresql.org/download/linux (Linux - Debian, Redhat, SUSE, Ubuntu) - - https://www.geeksforgeeks.org/installation-guide/how-to-install-postgresql-on-arch-based-linux-distributions-manjaro (Linux - Arch, Manjaro) - - https://www.w3schools.com/postgresql/postgresql_install.php (Windows) + ==== Linux (apt) + ```bash + $ sudo apt install postgresql + ``` + ==== Linux (pacman) + ```bash + $ sudo pacman -S postgresql + ``` ] #page[ ==== Notas sobre Windows @@ -144,6 +149,12 @@ - `PostgreSQL Server` - `Command Line Tools` ] +#page[ + ==== Tutoriales + - https://www.postgresql.org/download/linux (Linux - Debian, Redhat, SUSE, Ubuntu) + - https://www.geeksforgeeks.org/installation-guide/how-to-install-postgresql-on-arch-based-linux-distributions-manjaro (Linux - Arch, Manjaro) + - https://www.w3schools.com/postgresql/postgresql_install.php (Windows) +] #page[ === DBeaver #place( @@ -278,8 +289,23 @@ #page[ == DBeaver - https://dbeaver.com/docs/dbeaver/Create-Connection +] +#page(margin: (bottom: 0.5em))[ + #set align(center) + #block( + image("assets/image-3.png", + width: auto, + height:100% + ), + height: 1fr) + #set text(size: 0.7em) + https://dbeaver.com/docs/dbeaver/Create-Connection/#configuring-connection-settings +] +#page[ == Python + psycopg2 - - https://www.geeksforgeeks.org/python/python-psycopg-connection-class/ + - https://www.geeksforgeeks.org/python/python-psycopg-connection-class/ + + Ejemplo en: `code/query_version.py` ] #section-page[Consideraciones finales] #page[