Jan Prochazka
Jan Prochazka
I have upgraded yeoman generator (docs here: https://github.com/dbgate/generator-dbgate) Also I have added database driver plugin docs (https://dbgate.org/docs/plugin-development.html , at the end) I recommend to use driver https://github.com/hgourvest/node-firebird , as it...
Thanks for your opinion. The design is a point of view, however, I must admit, that I am not strong in this. I used design ideas from Visual Studio Code,...
Could you please add info from console output (if you run dbgate from command line) Or copy information from error detail window (this window will be in version 4.1.10 at...
My guess is that tedious doesn't support connecting to named instances. But there should definitely be better algorithm of detecting installed native client drivers
I will add it to plan. First engine to be added is SQLite, maybe than Oracle
Thanks very much for your offer! I will very appreciate help with Oracle driver. I think I will have other priorities in near future, also I have very small experiences...
It is a bit bigger task.... sqlfluff is written in Python, so it could not be easily used in dbgate I don'w know good sql-linting NP package , which could...
Now it is not possible. Why do you need this feature? I understand that using query arguments in source code when invoking often called scripts, so query plan is than...
Ok, thanks, it leeds probably to native query parameters. I will add this, but it is not highest priority
Is there any standard for encryption of Sqlite databases? It seems that sqlite driver used in dbgate - better-sqlite3 doesn't support encryption. There are enhancements to this, but they support...