Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

DTL functions: Difference between revisions

From MoodleDocs
Note about plan not to migrate this page to the new developer resources. See template for more info.
 
Line 1: Line 1:
{{Template:WillNotMigrate}}
{{Moodle_2.0}}New feature that enables transferring, import and export of sql data from one server to another. Useful especially when moving data to another type of database.
{{Moodle_2.0}}New feature that enables transferring, import and export of sql data from one server to another. Useful especially when moving data to another type of database.



Latest revision as of 14:16, 24 June 2022


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


Moodle 2.0

New feature that enables transferring, import and export of sql data from one server to another. Useful especially when moving data to another type of database.

This is the result of GSOC 2OO8 project SQLite by Andrei Bautu.

TODO

  • add more info here
  • add links to pages and docs created by Andrei

See also

  • DML functions: Where all the functions used to handle DB data (DML) are defined.
  • DDL functions: Where all the functions used to handle DB objects (DDL) are defined.