📁
Journal de bord
  • Introduction
  • Single Page Application
    • Overview
    • Installation
    • Features
    • Design
    • Development
    • Backend integration
  • Backend
    • Overview
    • Installation
    • Configuration
    • Development
    • Data Model
    • API reference
      • Rides
      • Drivers
    • Database management
  • Security
    • Overview
    • OAuth 2.0
    • Authorization Server (Keycloak)
    • Client-side flow
    • OpenID Connect
Powered by GitBook
On this page
  • Heroku PostgreSQL
  • Connect to an application database

Was this helpful?

  1. Backend

Database management

PreviousDriversNextOverview

Last updated 4 years ago

Was this helpful?

Heroku PostgreSQL

Connect to an application database

> heroku pg:psql --app <application-name>
<application-name>::DATABASE-> _

Heroku Postgres | Heroku Dev Centerherokudevcenter
This page contains some notes on how to open a session to an application database using heroku cli.
Logo