Skip to content

upjohnc/leetcode_sql

Repository files navigation

Description

Postgres set up for running this leetcode challenge link to challenge

Usage

  • start postgres instance
    • make start_psql
  • in another terminal attach to that postgres instance
    • make psql_repl
    • thing is the password to enter when prompted
    • you can now run all the queries you want. you will be in psql
    • \q will exit the psql
  • shut down the running postgres
  • go back to the terminal with the running postgres instance
    • crtl-c
    • make down_psql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published