PostgreSQL Connection
Integrate PostgreSQL databases in your IoT Solution with Thingsup.
This provides a connection to User's PostgreSQL Database. User need to provide following parameters to connect to PostgreSQL Database.
- Host - Public DNS/IP of PostgreSQL Database
- Port - PostgreSQL Port Number
- Database - PostgreSQL Database Name
- Username - PostgreSQL User
- Password - PostgreSQL Password
- TLS - Use TLS for Connection
- Thingsup DB

Add PostgreSQL Connection
Please note the following points:
- Keep Database as '-' in case of no database name.
- localhost database is not supported. You can connect your local PostgreSQL server with tunnelling service like ngrok
Last modified 1yr ago