moodle/lib/db
moodler 3f125001bc New feature: Allow students to see their own activity reports.
This is a course setting.  By default it is off.  When on, there
is a new link in the course admin menu for students, and they can
browse the same report that teachers see.

The report icon is temporary.
2003-10-31 05:57:30 +00:00
..
mysql.php New feature: Allow students to see their own activity reports. 2003-10-31 05:57:30 +00:00
mysql.sql New feature: Allow students to see their own activity reports. 2003-10-31 05:57:30 +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 New feature: Allow students to see their own activity reports. 2003-10-31 05:57:30 +00:00
postgres7.sql New feature: Allow students to see their own activity reports. 2003-10-31 05:57:30 +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

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