Some cleanup and text improvements
This commit is contained in:
19
README
19
README
@@ -1,8 +1,22 @@
|
||||
sqlquery Plugin for DokuWiki
|
||||
|
||||
Processing query to mysql database and display results as a table.
|
||||
Processing queries to databases and display results as a table.
|
||||
|
||||
All documentation for this plugin can be found at
|
||||
This is a improved version which can 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>
|
||||
|
||||
For security reasons the credentials for database access are only
|
||||
stored in the main plugin configuration. At the moment there is
|
||||
only one user configurable so for access to multiple servers.
|
||||
So the user and password mast be the same across the servers.
|
||||
|
||||
Based on sqlquery-plugin from George Pirogov, original documentation
|
||||
for that base plugin can be found at
|
||||
https://www.dokuwiki.org/plugin:sqlquery
|
||||
|
||||
If you install this plugin manually, make sure it is installed in
|
||||
@@ -13,6 +27,7 @@ Please refer to http://www.dokuwiki.org/plugins for additional info
|
||||
on how to install plugins in DokuWiki.
|
||||
|
||||
----
|
||||
Copyright (C) Thomas Hooge <thomas@hoogi.de>
|
||||
Copyright (C) George Pirogov <i1557@yandex.ru>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user