Module: DataHandler
- Defined in:
- lib/handler/sqlite_handler.rb,
lib/handler/base_handler.rb,
lib/handler/data_handler.rb,
lib/handler/file_handler.rb
Overview
This modules holds the classes and files that handle the communication between the menu or user interface and the used data storage. Depending on the settings the data can be stored in:
-
Plain files
-
Sqlite3 database
Defined Under Namespace
Classes: BaseHandler, FileHandler, SqliteHandler