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 feat: better security connections credentials storage 2020-12-18 18:44:32 +01:00
Connection.js feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
Functions.js feat(PostgreSQL): trigger functions support 2021-07-03 11:29:14 +02:00
Routines.js feat: stored routines edit 2021-01-05 17:25:18 +01:00
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 fix: table options not loaded on restored setting tabs at startup 2021-08-11 16:16:58 +02:00
Triggers.js feat(PostgreSQL): enable/disable triggers from contextual menu 2021-11-04 21:54:42 +01:00
Users.js feat: select definer in view creation/edit 2020-12-29 10:35:46 +01:00
Views.js feat: views creation 2020-12-27 16:16:48 +01:00