aboutsummaryrefslogtreecommitdiff
path: root/sonics/pgdb.udo
blob: be2598af153aab1eed81e113d116e9287ae9656d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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