moodle/lib/db
2004-01-17 09:16:20 +00:00
..
mysql.php Added groupmode setting to course_modules 2004-01-11 17:44:09 +00:00
mysql.sql Added groupmode setting to course_modules 2004-01-11 17:44:09 +00:00
oci8po.php Initial version for Oracle: does nothing. 2003-09-24 01:30:43 +00:00
oci8po.sql Added columns indent, visible to create, inserts. 2003-09-24 02:06:34 +00:00
postgres7.php FIXED: 2004-01-14 18:13:26 +00:00
postgres7.sql Added groupmode setting to course_modules 2004-01-11 17:44:09 +00:00
README Added new postgres7 schema, developed by Felipe Rodrigues da Silva <felipe@pontoexe.com>. Thanks Felipe! 2002-09-25 15:16:21 +00:00
schema.php Adding remaining schema.xml files, one per table...still more to come. 2004-01-02 18:12:45 +00:00
schemaConfig.xml Initial add...separate .xml file for each table. 2004-01-01 19:41:48 +00:00
schemaCourse.xml Correct defaults. 2004-01-17 09:06:21 +00:00
schemaCourse_categories.xml Initial add. 2004-01-02 17:55:09 +00:00
schemaCourse_display.xml Initial add. 2004-01-02 17:55:09 +00:00
schemaCourse_groups.xml Initial. 2004-01-02 18:08:06 +00:00
schemaCourse_groups_members.xml Initial. 2004-01-02 18:08:06 +00:00
schemaCourse_modules.xml New field. 2004-01-17 09:16:20 +00:00
schemaCourse_sections.xml Initial. 2004-01-02 18:08:06 +00:00
schemaExecutionListing.html Initial. 2004-01-02 18:08:06 +00:00
schemaLog.xml Initial. 2004-01-02 18:08:06 +00:00
schemaLog_display.xml Initial. 2004-01-02 18:08:06 +00:00
schemaModules.xml Initial. 2004-01-02 18:08:06 +00:00
schemaScale.xml Initial. 2004-01-02 18:08:06 +00:00
schemaUser.xml Initial. 2004-01-02 18:08:06 +00:00
schemaUser_admins.xml Initial. 2004-01-02 18:08:06 +00:00

Once databases exist, Moodle should support a wide
variety of databases (because it uses the ADODB library).

Unfortunately, database differences still means that 
the *creation* of the databases is very different.

This directory (and the db directory in each module) 
contains SQL code for creating Moodle databases on 
each type of database.


mysql.sql - the main database Moodle is developed with

postgres7.sql - the PostgreSQL schema is still alpha,
                your feedback is encouraged