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
Fixesfrappe#907
Add support for remote database connections when importing an existing database.
* **backend/database/manager.ts**
- Add `connectToRemoteDatabase` method to support remote database connections.
- Update `connectToDatabase` method to handle both local and remote database connections based on the provided configuration.
- Add `_connectRemote` method to handle remote database connections.
* **backend/database/core.ts**
- Add `connectToRemoteDatabase` method to support remote database connections.
* **README.md**
- Add instructions for configuring and using the remote database connection feature.
* **src/pages/DatabaseConnections.vue**
- Add a new user interface to configure remote database details.
- Include fields for database type, authentication method, connection string, connection timeout, and request timeout.
- Add buttons for testing the connection, saving, and canceling.
Hey dear Frappe community, this feature would be by far the best ever IMHO. Looking forward to have it in the upcoming versions. Let me know guys if you need any help!
Summary
When importing existing DB, add option for connecting to a DB via network.
What problem are you trying to solve?
Basic Example
Drawbacks
None
Reference Issues
No response
The text was updated successfully, but these errors were encountered: