Class: Hecks::Adapters::SqlitePersistence

Inherits:
Sqlite
  • Object
show all
Defined in:
lib/hecks/adapters/driven/sqlite.rb

Overview

Port-specific bindings share SQLite's storage mechanics but advertise only one operational contract each.

Constant Summary

Constants inherited from Sqlite

Hecks::Adapters::Sqlite::SQL_TYPES

Constants included from SqlQueryBuilder

Hecks::Adapters::SqlQueryBuilder::COMPARATORS

Instance Attribute Summary

Attributes inherited from Sqlite

#aggregate, #path

Method Summary

Methods inherited from Sqlite

#all, #append, #atomic_put, #count, #delete, #delete_saga, #each_saga, #entries, #events, #find, #initialize, #persistence_capabilities, #project, #record_event, #reset!, #save, #save_saga, #table

Methods included from SqlQueryBuilder

#query

Constructor Details

This class inherits a constructor from Hecks::Adapters::Sqlite