PostgreSQL

Setup PostgreSQL Integration To Mitzu

Overview

To connect Mitzu to a PostgreSQL database, you’ll need the following:

  • Host

  • Port

  • Database

  • Username

  • Password

Mitzu will encrypt these credentials and will never store them as plain text.

1. Host

Your database’s IP address, or its domain name (e.g., abc.mydb.com).

2. Port

The database port. E.g., 5432.

3. Database

The name of the database you’re connecting to.

4. Username

The database username for the account that you want to use to connect to your database.

5. Password

The password for the username that you use to connect to the database.

Whats next?

Add tables from PostgreSQL. Follow here.

Last updated