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
| Comment | File | Size | Author |
|---|---|---|---|
| moodle_courselist_db_url.patch | 5.1 KB | stuzza |
Comments
Comment #1
agerson commentedFor now I want to make it easy to configure in the GUI, but I am glad this is here for those interested.