Kexi/Plugins/Queries: Difference between revisions
(→Ideas) |
No edit summary |
||
Line 3: | Line 3: | ||
KexiSQL dialect is translated to native SQL of underlying backend. | KexiSQL dialect is translated to native SQL of underlying backend. | ||
*[[Kexi/Junior_Jobs#Queries|Junior Jobs]] | |||
*[http://kexi-project.org/wiki/wikiview/index.php@KexiDB%20versus%20QtSQL.html old dev notes] | *[http://kexi-project.org/wiki/wikiview/index.php@KexiDB%20versus%20QtSQL.html old dev notes] | ||
==Ideas== | ==Ideas== | ||
*[http://almworks.com/deskzilla/screenslide.html?name=queryBuilder Nice query/expression builder] ([http://almworks.com/deskzilla/screenshots.html Deskzilla]) | *[http://almworks.com/deskzilla/screenslide.html?name=queryBuilder Nice query/expression builder] ([http://almworks.com/deskzilla/screenshots.html Deskzilla]) |
Revision as of 21:45, 12 October 2014
Query module is consisted of SQL engine, SQL editor, Data preview, and Visual Query Designer.
KexiSQL dialect is translated to native SQL of underlying backend.