Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugins:wishlist:sql-plugin [2014/03/25 21:39] – +tags frlan | plugins:wishlist:sql-plugin [2015/02/19 09:21] (current) – added gh repo frlan | ||
---|---|---|---|
Line 3: | Line 3: | ||
A long standing plugin-wishlist-item is an extension, to better support handling of SQL inside of Geany. In particular it's about e.g. executing queries -- currently Geany is supporting only hacking of SQL with e.g. syntax highlighting or navigation via symbol browser. | A long standing plugin-wishlist-item is an extension, to better support handling of SQL inside of Geany. In particular it's about e.g. executing queries -- currently Geany is supporting only hacking of SQL with e.g. syntax highlighting or navigation via symbol browser. | ||
+ | ===== Already supported by Geany ===== | ||
- | {{tag> Plugin SQL}} | + | * Syntaxhighlighting for a huge number SQL dialects |
+ | * Symbolbrowser | ||
+ | * Running sql-scripts via build menu | ||
+ | * Running sql via " | ||
+ | * Converting a tab-seperated list to SQL for e.g. INSERT by tableconvert-plugin | ||
+ | |||
+ | ==== Open points for Geany core ==== | ||
+ | |||
+ | * Improve symbolbrowser as some procedures are not recognized (as by March 2014) | ||
+ | |||
+ | ===== Wishlistitems for a new plugin ===== | ||
+ | |||
+ | * Support for common (relational) DBMS | ||
+ | * MySQL/ | ||
+ | * PostgreSQL | ||
+ | * DB2 | ||
+ | * Oracle | ||
+ | * Sybase-Family | ||
+ | * MS SQL (?) | ||
+ | * Informix (?) | ||
+ | * Configuration/ | ||
+ | * A widget showing messages | ||
+ | * A widget showing results of query | ||
+ | * Most likely as a tabular | ||
+ | * View showing structure of database/ | ||
+ | * " | ||
+ | |||
+ | ===== Sources ===== | ||
+ | |||
+ | A first development will be done at https:// | ||
+ | |||
+ | {{tag> |