The current UI for remote DBMS processing looks good and we need to keep it as it is.
The SQLite case seems to be problematic and we need to find a solution.
Solution 1
Keep the management on the same page as for MySql & PgSQL. The files used are:
- IP/Domain: full path to the file
- DB Driver: SQLite
Solution 2
Manage the SQLite case in the drop zone. Once the user drops the file, the generic processing for DB is triggered.
This solution might overcomplicate the UI & the backend.
Personally, I vote for 1st solution
Let me know your thoughts about this use-case.
The current UI for remote DBMS processing looks good and we need to keep it as it is.
The SQLite case seems to be problematic and we need to find a solution.
Keep the management on the same page as for MySql & PgSQL. The files used are:
Manage the SQLite case in the drop zone. Once the user drops the file, the generic processing for DB is triggered.
This solution might overcomplicate the UI & the backend.
Personally, I vote for
1st solutionLet me know your thoughts about this use-case.