Database Management System
This chapter describes how to handle persistent data.
You should use DBMS (DataBase Management System) for that data.
See
on the internal use database.
Overview
Communication with DBMS (database management system)
via
IO::Adapter
class.
This class provides fundamental functions such as insersion and
deletion of data. If more complex operation is needed, the
preprocessing module calling IO::Adapter should handle it.