dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.42k stars 372 forks source link

import multiple local sql files #1307

Open fisherwei opened 1 year ago

fisherwei commented 1 year ago

SQL editor can open only one sql files, if we can open multiple files as same time will be better.

kseniaguzeeva commented 1 year ago

Could you please add more details in the ticket what feature do you want to see in CloudBeaver? How should it work? You can open multiple SQL Editors for different connections for now by pressing the SQL button or via the context menu in the Navigator tre.

fisherwei commented 1 year ago

Could you pleass add more details in the ticket what feature do you want to see in CloudBeaver? How should it work? You can open multiple SQL Editors for different connections for now by pressing the SQL button or via the context menu in the Navigator tre.

yes, we can open multiple tabs, but if I want to run many many .sql scripts, I have to one by one. Adminer, it can upload multiple files at the same time, and then run them.

iShot_2022-11-25_15 35 03

miltonchirinos44 commented 1 year ago

@fisherwei you should change the title and as a suggestion it should be called import multiple local sql files

kseniaguzeeva commented 1 year ago

Thank you for the explanation. CloudBeaver runs in a browser, so the size of a loaded script has a limit. So, we should find a good solution to avoid freezing the application. I'l inform you as soon as the way of the implementation is found.

alexisdondon commented 1 year ago

Could it be better to have a git integration to let git clone and git push script in workspace instead of upload/download scripts?

devnaumov commented 1 year ago

What is the anticipated action when multiple files are imported concurrently? Are they expected to appear sequentially, one after the other?

LonwoLonwo commented 6 months ago

Hello @alexisdondon We have GIT integration in our TE product: https://github.com/dbeaver/cloudbeaver/wiki/Team-Edition-Git