Difference between revisions of "WikiDB"

From TestWiki
Jump to: navigation, search
(Initial draft and a couple of links)
 
m (Numbered list)
Line 4: Line 4:
 
Three things to bear in mind before going any further:
 
Three things to bear in mind before going any further:
  
* This is in a very early stage of development.  Core functionality is in place, but many planned features are currently lacking.
+
# This is in a very early stage of development.  Core functionality is in place, but many planned features are currently lacking.
* The syntax is currently fairly long-winded for certain tasks.  This will be streamlined (suggestions welcome) but it is sufficient for proof-of-concept.
+
# The syntax is currently fairly long-winded for certain tasks.  This will be streamlined (suggestions welcome) but it is sufficient for proof-of-concept.
* There has been very little optimisation, and there is a lot of potential for it.  I welcome advice on this matter, but do not be put off by speed/efficiency of the current version.
+
# There has been very little optimisation, and there is a lot of potential for it.  I welcome advice on this matter, but do not be put off by speed/efficiency of the current version.
  
 
== Contents ==
 
== Contents ==

Revision as of 02:25, 9 July 2006

WikiDB icon.png

This extension implements a wiki-style database within your wiki. You can define tables, enter data and run queries using wiki markup, and all of these things are independent of each other.

Three things to bear in mind before going any further:

  1. This is in a very early stage of development. Core functionality is in place, but many planned features are currently lacking.
  2. The syntax is currently fairly long-winded for certain tasks. This will be streamlined (suggestions welcome) but it is sufficient for proof-of-concept.
  3. There has been very little optimisation, and there is a lot of potential for it. I welcome advice on this matter, but do not be put off by speed/efficiency of the current version.

Contents

  • Tutorial - read this first!
  • Tables - Details about the new tables that are required by the extension.