feat: improve installation and connection slides
This commit is contained in:
BIN
assets/image-3.png
Normal file
BIN
assets/image-3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 464 KiB |
34
slides.typ
34
slides.typ
@@ -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[
|
||||||
|
|||||||
Reference in New Issue
Block a user