https://github.com/evrone/activerecord-vertica-adapter
ActiveRecord adapter for Vertica database based on pg adapter
https://github.com/evrone/activerecord-vertica-adapter
Last synced: about 1 year ago
JSON representation
ActiveRecord adapter for Vertica database based on pg adapter
- Host: GitHub
- URL: https://github.com/evrone/activerecord-vertica-adapter
- Owner: evrone
- License: mit
- Created: 2012-12-11T13:51:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-03T08:23:03.000Z (about 13 years ago)
- Last Synced: 2025-04-05T18:51:39.297Z (about 1 year ago)
- Language: Ruby
- Homepage: https://evrone.com
- Size: 147 KB
- Stars: 8
- Watchers: 59
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Activerecord::Vertica::Adapter
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'activerecord-vertica-adapter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install activerecord-vertica-adapter
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request