Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

mtgbl/liga2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liga 2025 results

Requirements

  • Docker
  • psql

Init DB

docker build -t liga2025 . && docker run -it --rm -p 5432:5432 liga2025

Show ranking

PGPASSWORD=test psql -U postgres -d liga2025 -h localhost -c "select * from ranking"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors