feat: improve installation and connection slides

This commit is contained in:
2025-12-26 16:07:27 +01:00
parent a7476ae216
commit f7bbc78456
2 changed files with 30 additions and 4 deletions

BIN
assets/image-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 KiB

View File

@@ -133,9 +133,14 @@
#page[ #page[
== Descarga e instalación del software == Descarga e instalación del software
=== PostgreSQL === PostgreSQL
- https://www.postgresql.org/download/linux (Linux - Debian, Redhat, SUSE, Ubuntu) ==== Linux (apt)
- https://www.geeksforgeeks.org/installation-guide/how-to-install-postgresql-on-arch-based-linux-distributions-manjaro (Linux - Arch, Manjaro) ```bash
- https://www.w3schools.com/postgresql/postgresql_install.php (Windows) $ sudo apt install postgresql
```
==== Linux (pacman)
```bash
$ sudo pacman -S postgresql
```
] ]
#page[ #page[
==== Notas sobre Windows ==== Notas sobre Windows
@@ -144,6 +149,12 @@
- `PostgreSQL Server` - `PostgreSQL Server`
- `Command Line Tools` - `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[ #page[
=== DBeaver === DBeaver
#place( #place(
@@ -278,8 +289,23 @@
#page[ #page[
== DBeaver == DBeaver
- https://dbeaver.com/docs/dbeaver/Create-Connection - 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 == 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] #section-page[Consideraciones finales]
#page[ #page[