A dokuwiki plugin for processing query to MySQL databases and display results as a table.
Go to file
Thomas Hooge de6644302c Changed wrong license file to correct GPLv2 one 2019-01-24 12:10:48 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2018-05-07 14:40:00 +05:00
conf Allow connection to different database backends, for now mysql and dblib 2018-12-12 12:14:54 +01:00
lang Allow connection to different database backends, for now mysql and dblib 2018-12-12 12:14:54 +01:00
LICENSE Changed wrong license file to correct GPLv2 one 2019-01-24 12:10:48 +01:00
README Uploading local sources to repository. First version. 2018-03-19 13:46:03 +05:00
README.md Allow connection to different database backends, for now mysql and dblib 2018-12-12 12:14:54 +01:00
plugin.info.txt Characterset improvements: using UTF-8 and encoding chars 2018-12-12 14:00:19 +01:00
syntax.php Characterset improvements: using UTF-8 and encoding chars 2018-12-12 14:00:19 +01:00

README.md

sqlquery

A dokuwiki plugin for processing query to MySQL databases and display results as a table.

This is a improved version which cann connect to different hosts and databases. The defaults are set in the plugin configuration. Different types, hosts and databases can be set inside the tag:

<sql type=mysql host=myhost db=mydb>
SELECT foo FROM bar ORDER BY baz
<sql>

More information at https://www.dokuwiki.org/plugin:sqlquery