Module: OllamaChat::Database::Models
- Defined in:
- lib/ollama_chat/database.rb
Overview
This module serves as the primary namespace and organized container for all Sequel-based database models used throughout the application.
This namespace acts as a central registry, grouping all persistent
entities—such as Session, Favourite, and ModelOptions—into a
single, logical structure. This organization ensures that all data
models are easily discoverable and logically separated from the
database initialization logic.
Defined Under Namespace
Modules: Migrations Classes: Favourite, ModelOptions, Prompt, Session