I wanted to connect to a postgresql moodle so I patched moodle_courselist to support connections using the $db_url config in settings.php outlined in http://drupal.org/node/18429. Using this method dispenses of the host, username and password configurations, as well, which is nicer.

Patch attached...

Stuart

CommentFileSizeAuthor
moodle_courselist_db_url.patch5.1 KBstuzza

Comments

agerson’s picture

Version: 6.x-1.2-beta2 » 6.x-1.2
Status: Needs review » Closed (won't fix)

For now I want to make it easy to configure in the GUI, but I am glad this is here for those interested.