cloudbeaver icon indicating copy to clipboard operation
cloudbeaver copied to clipboard

import multiple local sql files

Open fisherwei opened this issue 3 years ago • 7 comments

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

fisherwei avatar Nov 21 '22 02:11 fisherwei

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.

kseniaguzeeva avatar Nov 22 '22 13:11 kseniaguzeeva

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

fisherwei avatar Nov 25 '22 07:11 fisherwei

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

miltonchirinos44 avatar Nov 25 '22 15:11 miltonchirinos44

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.

kseniaguzeeva avatar Dec 07 '22 13:12 kseniaguzeeva

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

alexisdondon avatar May 09 '23 15:05 alexisdondon

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

devnaumov avatar May 18 '23 12:05 devnaumov

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

LonwoLonwo avatar Mar 12 '24 09:03 LonwoLonwo