0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem provides a class with methods which map directly to the SQL stored procedure APIs provided by pglogical. It also provides a way to mix these methods directly into the ActiveRecord connection object.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.0
~> 0.52

Runtime

 Project Readme

PG::Pglogical

Gem Version Build Status Code Climate Test Coverage

This gem extends the ActiveRecord connection object to include methods which map directly to the SQL stored procedure APIs provided by pglogical.

Installation

Add this line to your application's Gemfile:

gem 'pg-pglogical'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pg-pglogical

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec:setup spec to run the tests. rake spec:teardown will remove the databases created for test purposes. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ManageIQ/pg-pglogical.