A dokuwiki plugin for processing query to MySQL databases and display results as a table.
Go to file
Thomas Hooge cea39b66c8 Allow connection to different database backends, for now mysql and dblib 2018-12-12 12:14:54 +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 Create LICENSE 2018-05-07 14:42:11 +05: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 Reworked to support multiple hosts and databases 2018-12-10 14:20:10 +01:00
syntax.php Allow connection to different database backends, for now mysql and dblib 2018-12-12 12:14:54 +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