Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote database integration #926

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 13, 2024

  1. Add remote database integration

    Fixes frappe#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.
    nirzaf committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c54c834 View commit details
    Browse the repository at this point in the history