|
|
MySqlFrom $1This library contains functions for displaying data from MySQL databases. 関連リンク: Extension Overview, DekiScript Overview, Extension Demos. Assembly: mindtouch.deki.services Configuration: Before
the MySql service can be used, it must be configured with the
access information to the database.
If you need to configure multiple databases for the same wiki, register this extension once for each database. Use the following preference to specify a unique namespace value for each registration. Invoke the service using this value instead of mysql. For example, if you set namespace=mydb1, you would invoke the service with mydb1.table("...") instead of mysql.table("...").
Functions: mysql.table(query : str) : xmlShow results of a SELECT query in a table. Parameters:
Samples:
タグ:
|
|||||||||||||||||||||||||||||
I would like to have a dynmic table on a wiki page to which data can be added and deleted.
db-options Optional. Custom options string that is passed in when connecting to the database
pooling=true; Connection Timeout=5; Protocol=socket; Min Pool Size=2; Max Pool Size=50; Connection Reset=false;character set=utf8