8000 GitHub - pdziok/sql-training
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pdziok/sql-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Training

Prerequisites

  • git
  • docker
  • PostgreSQL client, one of:
    • DataGrip / IntelliJ
    • DBeaver
    • OmniDB
    • pgAdmin
    • SQL Workbench
    • PSequel

Prepare DB

Set up database

The easiest would be to run in docker container (no installation required, just pull and run)

docker run -d -p 15432:5432 -e POSTGRES_HOST_AUTH_METHOD=trust pdziok/sql-training

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0