practicalli / practicalli/clojure-web-services

Video: Heroku db access

Open
#68 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

database heroku postgresql video
Dominant language
Markdown
Stars
16
Forks
14
PR merge metrics
No merged PRs in 30d

Description

Create environment variables for staging and production database on development computer

Use Heroku CLI to get the JDBC_DATABASE_URL details in the correct form

heroku run echo \$JDBC_DATABASE_URL --app banking-on-clojure-staging

heroku run echo \$JDBC_DATABASE_URL --app banking-on-clojure

Recycling the credentials (Heroku Dashboard?)

Accessing Heroku Postgres from Clojure app.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Heroku CLI commands and the repository topics for Clojure, PostgreSQL, and next-jdbc. No file, test, or entry point is named, so first determine where this video or setup guidance belongs. Done means documenting staging and production database environment setup, credential recycling, and access from the Clojure app.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure, postgresql
Domain
databases, devops, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.