Module: PgLogicalReplicator
- Defined in:
- lib/pg_logical_replicator.rb,
lib/pg_logical_replicator/cli.rb,
lib/pg_logical_replicator/version.rb,
lib/pg_logical_replicator/schema_transfer.rb,
lib/pg_logical_replicator/replication_stopper.rb
Defined Under Namespace
Classes: CLI, Error, ReplicationStopper, SchemaTransfer
Constant Summary collapse
- VERSION =
"0.1.10"
Class Method Summary collapse
-
.root ⇒ Object
For example, you might want to add a method to get the gem’s root directory:.
Class Method Details
.root ⇒ Object
For example, you might want to add a method to get the gem’s root directory:
13 14 15 |
# File 'lib/pg_logical_replicator.rb', line 13 def self.root File.('..', __dir__) end |