Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
my_debian12_development_environment [2025/03/15 14:15] – created kkaragozmy_debian12_development_environment [2025/05/04 18:29] (current) kkaragoz
Line 2: Line 2:
  
   * LEMP Stack   * LEMP Stack
-  MySQL GUI: [[https://github.com/sqlectron/sqlectron-gui|SQLectron GUI]]+ 
 +===== Database Tools ===== 
 + 
 +  DBeaver [[https://dbeaver.io/|DBeaver]] 
 +      * I think it is better and faster than SQLectron. Because it built with Java instead of ElectronJs, this provides better speeds of loading and it has lots of tools that we can use. 
 +  * SQLectron:  [[https://github.com/sqlectron/sqlectron-gui|SQLectron GUI]] 
 +      * This is just a simple MySQL Client to query SQL commands and display them in a table. Not a complicated software, good to use for basic purposes.
  
  
Back to top