feat: add example python script

This commit is contained in:
2025-12-26 14:18:05 +01:00
parent c234c31b2c
commit a7476ae216
3 changed files with 49 additions and 1 deletions

6
code/config.ini Normal file
View File

@@ -0,0 +1,6 @@
[database]
name = taller_postgres
user = postgres
password = foss
host = localhost
port = 5432