Chapter 3: Database Module

The subroutines listed here in this chapter are used by the database module. The database module allows the data in the database to be easily manipulated. There are two types of database module with one being a server-based module and a file-based module. Both module types do not use all the of subroutines available.

An example of a file-based database module is the SQLite module and an example of a server-based database module is the MySQL5 module (which is a database module for the MySQL 5.x database servers).

When the database module is loaded the subroutines for it can be called from the $kiriwrite_dbmodule scalar.