Proton
Connect & Read data from a Timeplus Proton database
Last updated
Was this helpful?
Was this helpful?
export PROTON='proton://myuser:mypass@host.ip:8463/mydatabase'
export PROTON='{ type: proton, user: "myuser", password: "mypass", host: "host.ip", port: 8463, database: "mydatabase" }'connections:
PROTON:
type: proton
host: <host>
user: <user>
port: <port>
database: <database>
schema: <schema>
password: <password>
PROTON_URL:
url: "proton://myuser:mypass@host.ip:8463/mydatabase"