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
plugins:wishlist:sql-plugin [2014/03/25 21:45] – Some feature lists frlanplugins:wishlist:sql-plugin [2015/02/19 09:21] (current) – added gh repo frlan
Line 9: Line 9:
   * Running sql-scripts via build menu    * Running sql-scripts via build menu 
   * Running sql via "sending selection to"   * Running sql via "sending selection to"
 +  * Converting a tab-seperated list to SQL for e.g. INSERT by tableconvert-plugin
  
 ==== Open points for Geany core ==== ==== Open points for Geany core ====
Line 16: Line 17:
 ===== Wishlistitems for a new plugin ===== ===== Wishlistitems for a new plugin =====
  
 +  * Support for common (relational) DBMS
 +    * MySQL/MariaDB/*
 +    * PostgreSQL
 +    * DB2
 +    * Oracle
 +    * Sybase-Family
 +    * MS SQL (?)
 +    * Informix (?)
 +  * Configuration/bookmarks for different connections (kind of a server manager)
 +  * A widget showing messages
 +  * A widget showing results of query 
 +    * Most likely as a tabular
 +  * View showing structure of database/table
 +  * "create .. anything" (view, stored procedure, index..) from sidebar(?)
  
-{{tag> Plugin SQL}}+===== Sources ===== 
 + 
 +A first development will be done at https://github.com/frlan/geanypysql (not yet really started) 
 + 
 +{{tag> MySQL PostgreSQL DB2 Plugin SQL}}
Print/export