You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
When the user is done entering their credentials, the credentials are sent to the express app (/validate-connection?), where they are used to create a connection to Postgres. The error or ok status are then returned to the client. If there was an error, that is presented to the user. If the credentials were valid, a POST request with the credentials is sent to the express app (/save-credentials?) where they are stored in a JSON file.
This structure would also allow for a user to create multiple connections and name them, similar to what you see in something like Postico. In that case, the credential entering modal can also be repurposed for editing existing connections.
Let's make this thing even more user-friendly and just have a modal for the database connection info.
I am not sure how to implement this.
Any ideas?
Here's a connection modal from Franchise we can use for inspiration. We should totally throw in an elephant or two.
The text was updated successfully, but these errors were encountered: