{% extends "base.html" %} {% set section = "connections" %} {% block title %}{% if connection %}Edit connection{% else %}New connection{% endif %} — Pipekit{% endblock %} {% block content %}
{% if connection %} Edit connection · {{ connection.name }} {% else %} New connection {% endif %} jdbc endpoint + credentials ← back
JDBC url format by driver pick the line matching the selected driver
db2
jdbc:as400://HOST;libraries=LIB1,LIB2;naming=system;translate%20binary=true
mssql
jdbc:sqlserver://HOST:1433;databaseName=DB;encrypt=false
pg
jdbc:postgresql://HOST:5432/DATABASE
cancel
{% endblock %}