Module: DBMapping

Defined in:
lib/data/sqlite/relations_mapper.rb,
lib/data/sqlite/db_mapping.rb,
lib/data/sqlite/base_mapper.rb,
lib/data/sqlite/task_mapper.rb,
lib/data/sqlite/person_mapper.rb,
lib/data/sqlite/student_mapper.rb

Overview

This module holds the classes to realize an ER-Mapping from the application entities to the corresponding Sqlite3 tables.

Defined Under Namespace

Classes: Base, PersonMapper, RelationsMapper, StudentMapper, TaskMapper