antares/src/renderer
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
..
components feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
i18n feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
images feat(SQLite): connection add/edit masks 2021-11-13 11:34:30 +01:00
ipc-api feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
libs feat(PostgreSQL): Postgress connection string feature for local and server connection string 2022-03-06 09:45:55 +01:00
mixins refactor(core): better way to obtain schema 2021-07-13 09:09:25 +02:00
scss feat(MySQL): spatial fields support (#165) 2022-01-30 11:45:24 +01:00
store feat(SQLite): tables management 2021-11-18 11:36:46 +01:00
App.vue feat: new unsaved change reminder 2021-07-16 23:24:55 +02:00
index.ejs build: electron-webpack replacement (#130) 2021-10-31 10:36:45 +01:00
index.js feat(MySQL): spatial fields support (#165) 2022-01-30 11:45:24 +01:00