moodle/lib/db
2002-10-10 07:26:10 +00:00
..
mysql.php Additions to cope with richtext editor being used in some forms. 2002-10-10 07:26:10 +00:00
mysql.sql Additions to cope with richtext editor being used in some forms. 2002-10-10 07:26:10 +00:00
postgres7.php Moved upgrade_moodle functions out to database-specific files, because 2002-10-05 17:09:31 +00:00
postgres7.sql Added new postgres7 schema, developed by Felipe Rodrigues da Silva <felipe@pontoexe.com>. Thanks Felipe! 2002-09-25 15:16:21 +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