Sha256: 05a24e6e1929e99d2ef6f2094c10d49f67a9b43937d2752ada4f893e6ab54052

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

# ActiveRecord::PgReconnect

[![Gem Version](https://badge.fury.io/rb/active_record-pg_reconnect.svg)](https://rubygems.org/gems/active_record-pg_reconnect)
[![CI](https://github.com/gabynaiman/active_record-pg_reconnect/actions/workflows/ci.yml/badge.svg)](https://github.com/gabynaiman/active_record-pg_reconnect/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/gabynaiman/active_record-pg_reconnect/badge.svg?branch=master)](https://coveralls.io/github/gabynaiman/active_record-pg_reconnect?branch=master)
[![Code Climate](https://codeclimate.com/github/gabynaiman/active_record-pg_reconnect.svg)](https://codeclimate.com/github/gabynaiman/active_record-pg_reconnect)

Automatic reconnection for Postgres

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'active_record-pg_reconnect'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install active_record-pg_reconnect

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/gabynaiman/active_record-pg_reconnect.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_record-pg_reconnect-2.0.0 README.md
active_record-pg_reconnect-1.0.1 README.md
active_record-pg_reconnect-1.0.0 README.md