A dokuwiki plugin for processing query to MySQL databases and display results as a table.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Thomas Hooge b852dec610 Changed database interface from mysqli to PDO 6 years ago
.github/ISSUE_TEMPLATE Update issue templates 7 years ago
conf Uploading local sources to repository. First version. 7 years ago
lang Added german language and improved existing ones 6 years ago
LICENSE Create LICENSE 7 years ago
README Uploading local sources to repository. First version. 7 years ago
README.md Fixed config names, added feature documentation to readme 6 years ago
plugin.info.txt Reworked to support multiple hosts and databases 6 years ago
syntax.php Changed database interface from mysqli to PDO 6 years ago

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