api python tested
Go to file
Berkay c61a09a54a updated api python 2025-05-11 22:54:30 +03:00
Controllers updated api python 2025-05-11 22:54:30 +03:00
.gitignore updated api python 2025-05-11 22:54:30 +03:00
.python-version updated api python 2025-05-11 22:54:30 +03:00
README.md updated api python 2025-05-11 22:54:30 +03:00
Readme.md updated api python 2025-05-11 22:54:30 +03:00
main.py updated api python 2025-05-11 22:54:30 +03:00
pyproject.toml updated api python 2025-05-11 22:54:30 +03:00

Readme.md

CREATE DATABASE sample_db;

CREATE USER sample_user WITH PASSWORD 'password'; GRANT ALL PRIVILEGES ON DATABASE sample_db TO sample_user;

Enter with psql -U sample_user -d sample_db