From decb2dc0e9f1167d5cd8fb4d455305be6b9fdfbe Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 4 Oct 2022 00:17:55 +0100 Subject: initial --- sonics/pgdb.udo | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 sonics/pgdb.udo (limited to 'sonics/pgdb.udo') diff --git a/sonics/pgdb.udo b/sonics/pgdb.udo new file mode 100755 index 0000000..be2598a --- /dev/null +++ b/sonics/pgdb.udo @@ -0,0 +1,16 @@ +#ifndef UDO_PGDB +#define UDO_PGDB ## +/* + PostgreSQL connection and tools + Slim excerpt for Partial Emergence + + This file is part of the SONICS UDO collection by Richard Knight 2021, 2022 + License: GPL-2.0-or-later + http://1bpm.net +*/ + +#include "sonics/__config__.udo" + +gidb dbconnect "postgresql", "$PGDB_HOST", "$PGDB_NAME", "$PGDB_USER", "$PGDB_PASSWORD" + +#end -- cgit v1.2.3