Module: EventSourcery::Postgres
- Defined in:
- lib/event_sourcery/postgres.rb,
lib/event_sourcery/postgres/config.rb,
lib/event_sourcery/postgres/schema.rb,
lib/event_sourcery/postgres/reactor.rb,
lib/event_sourcery/postgres/tracker.rb,
lib/event_sourcery/postgres/version.rb,
lib/event_sourcery/postgres/projector.rb,
lib/event_sourcery/postgres/event_store.rb,
lib/event_sourcery/postgres/table_owner.rb,
lib/event_sourcery/postgres/optimised_event_poll_waiter.rb,
lib/event_sourcery/postgres/queue_with_interval_callback.rb
Defined Under Namespace
Modules: Projector, Reactor, Schema, TableOwner
Classes: Config, EventStore, OptimisedEventPollWaiter, QueueWithIntervalCallback, Tracker
Constant Summary
collapse
- VERSION =
'1.0.0'
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
25
26
27
|
# File 'lib/event_sourcery/postgres.rb', line 25
def self.config
@config ||= Config.new
end
|
21
22
23
|
# File 'lib/event_sourcery/postgres.rb', line 21
def self.configure
yield config
end
|