Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
my_debian12_development_environment [2025/05/04 18:28] kkaragozmy_debian12_development_environment [2025/05/04 18:29] (current) kkaragoz
Line 3: Line 3:
   * LEMP Stack   * LEMP Stack
  
-===== Database Client Software =====+===== Database Tools =====
  
   * DBeaver:  [[https://dbeaver.io/|DBeaver]]   * 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.       * 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.
-  * MySQL GUI:  [[https://github.com/sqlectron/sqlectron-gui|SQLectron GUI]]+  * 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.       * 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