ODBC: https://github.com/alexbrainman/odbc/wiki
Oracle Database: install the Oracle Instant Client (basic lite).
Other drivers below don’t require any setup prior to running Versipellis.
Same as the PostgreSQL driver (see below)
Documentation:
Formats:
sqlserver://username:password@host[:port][/instance][?param1=value1&...¶mN=valueN]server=host; password="pass;word"; key1=value1; key2=value2; ... keyN=valueNodbc:server=host;user id=username;password={pass;word};key1=value1;key2=value2;...;keyN=valueNDocumentation:
Format: username:password@[protocol(address)]/dbname[?param1=value1&...¶mN=valueN]
Documentation:
Formats:
DSN=...;key1=value1;key2=value2;...;keyN=valueNDriver={...};key1=value1;key2=value2;...;keyN=valueNFormats:
username[/password]@[//]host[:port][/[service][:server][/instance]][[protocol:]//]host1{,host12}[:port1]{,host2:port2}{;host1{,host12}[:port1]}[/[service][:server][/instance]][?param1=value1&...¶mN=valueN]tnsnames.ora file)oracle://username[:password]@server:port/service?param1=value1&...¶mN=valueNuser="scott" password="tiger" connectString="host:port/service" param1=value1 ... paramN=valueNDocumentation:
Formats:
postgres[ql]://[user[:password]@][host[:port][,host2[:port2],...]][/dbname][?param1=value1&...¶mN=valueN]key1=value1 key2=value2 ... keyN=valueNDocumentation:
[!TIP] Use the
.pgpassfile to avoid exposing the user password in the connection string.
To use a non-default path for it, specify thepassfileparameter in the connection string, or set thePGPASSFILEenvironment variable.
Format: hdb://user:password@something.hanacloud.ondemand.com:port?TLSServerName=something.hanacloud.ondemand.com
Documentation:
Formats:
username:password@<account_identifier>/dbname[/schemaname][?param1=value1&...¶mN=valueN]username:password@hostname:port/dbname/schemaname?account=<account_identifier>[¶m1=value1&...¶mN=valueN]Documentation:
Formats:
/path/filename.sqlitefile:///path/filename.sqlite[?param1=value1&...¶mN=valueN]Documentation:
Use the generic ODBC driver (see above), with an OS-specific Teradata driver:
Documentation: