practicalli / practicalli/clojure-web-services
Video: Heroku db access
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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