Fancy stream processing made operationally mundane. This repository is a fork of the original project before the license was changed.
1.07k
stars
71
forks
source link
sql: Add optional verification ping on database client initialisation #71
Closed
gregfurman closed 4 months ago
Summary
Changes
sqlOpenWithReworks
to include ashouldPing
boolean which will run adb.PingContext
if true.sqlOpenWithReworks
, placing therework
functionality into a seperatereworkDSN
function.init_verify_conn
to the SQL component's config and included this in theconnSettings
struct.