in.connectionString Argument

Parent Previous Next

in.connectionString Argument


The in.connectionString argument specifies the connection string to be used to connect to the database.

For details about PostgreSQL Database connection strings see http://www.connectionstrings.com/postgre-sql#p52.


Format


/in.connectionString:"ConnectionString"


Example


/in.connectionString:"Server=127.0.0.1;Port=5432;Database=myDataBase;User Id=myUsername;Password=myPassword;"


Required

This argument is always required.


Possible values

For details on connection strings see http://www.connectionstrings.com/postgre-sql#p52.