Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

XMLDB Documentation: Difference between revisions

From MoodleDocs
Line 29: Line 29:
* [http://moodle.org/mod/forum/view.php?id=55 Developers forum]: For general development discussions.
* [http://moodle.org/mod/forum/view.php?id=55 Developers forum]: For general development discussions.
* [http://moodle.org/mod/forum/view.php?id=45 Databases forum]: For DBs related development discussions.
* [http://moodle.org/mod/forum/view.php?id=45 Databases forum]: For DBs related development discussions.
=== See also ===
* [[XMLDB column types]] - Some links about column types inside every RDBMS and their characteristics
* [[XMLDB key and index naming]] - Some info about automatic naming of keys/indexes and other objects.
* [[XMLDB reserved words]] - A collection of reserver words inside each RDBMS


[[Category:XMLDB]]
[[Category:XMLDB]]


[[Category:Installation]]
[[Category:Installation]]

Revision as of 16:33, 28 February 2007

XML database schema > Documentation


In this page you will find links to all the XMLDB related documentation. Currently you will find documents both belonging to the XMLDB category and to the general Developer and Installation categories plus some interesting external links.

Introduction

  • Introduction: Where the general idea of the XMLDB whole thing is explained.
  • Roadmap: An overall view of the process of implementing the XMLDB subsystem, with details for each point of the process.
  • Problems: A comprensive list of issues that need to be determined/solved prior to incorporate them to the roadmap.

Installation

Developing

Bugs and new features

See also