1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00
OpenIntegrations/docs/en/examples/PostgreSQL/CreateConnection.txt
Vitaly the Alpaca (bot) 1622bbe822 Main build (Jenkins)
2025-02-14 15:29:42 +03:00

10 lines
337 B
Plaintext
Vendored

Address = "93.125.42.204";
Login = "bayselonarrend";
Password = "12we...";
Base = "postgres";
ConnectionString = OPI_PostgreSQL.GenerateConnectionString(Address, Base, Login, Password);
Result = OPI_PostgreSQL.CreateConnection(ConnectionString);
OPI_PostgreSQL.CloseConnection(Result);