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:45] – Some feature lists frlan | plugins: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 " | * Running sql via " | ||
+ | * 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/ | ||
+ | * 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/ | ||
+ | * " | ||
- | {{tag> Plugin SQL}} | + | ===== Sources ===== |
+ | |||
+ | A first development will be done at https:// | ||
+ | |||
+ | {{tag> |