A dokuwiki plugin for processing query to MySQL databases and display results as a table.
Go to file
Thomas Hooge b852dec610 Changed database interface from mysqli to PDO 2018-12-12 09:43:27 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2018-05-07 14:40:00 +05:00
conf Uploading local sources to repository. First version. 2018-03-19 13:46:03 +05:00
lang Added german language and improved existing ones 2018-12-10 14:10:58 +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 Fixed config names, added feature documentation to readme 2018-12-10 14:56:37 +01:00
plugin.info.txt Reworked to support multiple hosts and databases 2018-12-10 14:20:10 +01:00
syntax.php Changed database interface from mysqli to PDO 2018-12-12 09:43:27 +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 default host and database is set in the plugin configuration. Different hosts and databases can be set inside the tag:

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

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