1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-02 22:05:37 +02:00
OpenIntegrations/docs/en/examples/PostgreSQL/GenerateConnectionString.txt

7 lines
204 B
Plaintext
Raw Normal View History

2025-02-17 17:16:27 +03:00
 Address = "127.0.0.1";
2025-02-13 21:31:59 +03:00
Login = "bayselonarrend";
Password = "12we...";
Base = "postgres";
Result = OPI_PostgreSQL.GenerateConnectionString(Address, Base, Login, Password);