antares/src/renderer/libs
Topollo 330a80fe70 perf(PostgreSQL): Postgres connection update, better error handling and connection string accommodation.
Used the pg package parser function to handle connection strings to lowering chances of errors. All other connection string will work here an example for ssl  ```const args = "postgres://user:password@localhost:5432/db?&sslrootcert=./myCaCertificate.pem&sslcert=./myClientCertificate.pem&sslkey=./myPrivateClientKey.pem&ciphers=mytestcipher&ssl=true"``` for ssh these can be used ```ssh: false, sshHost: '', sshUser: '', sshPass: '', sshKey: '', sshPort: 22,```

no breaking changes
2022-03-09 21:52:13 +02:00
..
arrayToFile.js feat: schedulers delete 2021-01-14 18:11:36 +01:00
connStringDecode.js perf(PostgreSQL): Postgres connection update, better error handling and connection string accommodation. 2022-03-09 21:52:13 +02:00
ext-language_tools.js feat: functions and schedulers in query suggestions 2021-01-18 18:41:28 +01:00