aboutsummaryrefslogtreecommitdiff
path: root/sonics/pgdb.udo
diff options
context:
space:
mode:
authorRichard <richard@1bpm.net>2022-10-04 21:46:41 +0100
committerRichard <richard@1bpm.net>2022-10-04 21:46:41 +0100
commitcd457011be1e053f154d1d78b0e733c131470dca (patch)
tree3e6fe072c9bd9b8bb5b279f740b6c496d066b172 /sonics/pgdb.udo
parent3c531249028207afa1255bd6c2b9c3486228613d (diff)
downloadcsd-partialemergence-cd457011be1e053f154d1d78b0e733c131470dca.tar.gz
csd-partialemergence-cd457011be1e053f154d1d78b0e733c131470dca.tar.bz2
csd-partialemergence-cd457011be1e053f154d1d78b0e733c131470dca.zip
now using soundxdb extract rather than database opcodes directly
Diffstat (limited to 'sonics/pgdb.udo')
-rwxr-xr-xsonics/pgdb.udo16
1 files changed, 0 insertions, 16 deletions
diff --git a/sonics/pgdb.udo b/sonics/pgdb.udo
deleted file mode 100755
index be2598a..0000000
--- a/sonics/pgdb.udo
+++ /dev/null
@@ -1,16 +0,0 @@
-#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