antares/src/renderer/ipc-api
Topollo 6305752ad1 feat(PostgreSQL): Postgress connection string feature for local and server connection string
This feature is based on this [issue](https://github.com/Fabio286/antares/issues/193)  I tested with the following posgress connection strings postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse?connection=local postgres://serveruser:serverpass@test.db.elephantsql.com/my_remote_databse?connection=server  postgres://serveruser:serverpass@test.db.elephantsql.com:5432/my_remote_databse postgresql://postgres:pgpassword@127.0.0.1:5432/my_local_databse.

The connection string decoder is loaded before "test-connection", "check-connection", and "connect"
2022-03-06 09:45:55 +01:00
..
Application.js
Connection.js feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
Functions.js
Routines.js
Schedulers.js feat(MySQL): enable/disable schedulers from contextual menu 2021-11-06 12:21:33 +01:00
Schema.js feat(MySQL): manual commit mode 2022-02-15 09:23:07 +01:00
Tables.js
Triggers.js feat(PostgreSQL): enable/disable triggers from contextual menu 2021-11-04 21:54:42 +01:00
Users.js
Views.js