Skip to content

postgres

Connection information for accessing a table in a postgres database

Properties

Name Type Description Notes
database String Database name [default: null]
host String Server host [default: null]
port Integer Server port [default: null]
ssl Boolean SSL indicates whether to encrypt data using SSL [optional] [default: false]
table String Table name [optional] [default: null]

[Back to Model list] [Back to API list] [Back to API-Specification]