https://github.com/0exp/click_home
ClickHouse Ruby Driver (https://clickhouse.tech/) (in active development)
https://github.com/0exp/click_home
Last synced: 23 days ago
JSON representation
ClickHouse Ruby Driver (https://clickhouse.tech/) (in active development)
- Host: GitHub
- URL: https://github.com/0exp/click_home
- Owner: 0exp
- License: mit
- Created: 2020-05-11T14:13:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T15:22:21.000Z (over 5 years ago)
- Last Synced: 2025-02-26T05:16:17.575Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# click_home · [](https://badge.fury.io/rb/click_home)
Ruby database driver for [ClickHouse](https://clickhouse.tech/) OLAP DBMS.
---
## Installation
```ruby
gem 'click_home'
```
```shell
bundle install
# --- or ---
gem install click_home
```
```ruby
require 'click_home'
```
---
## Contributing
- Fork it ( https://github.com/0exp/click_home )
- Create your feature branch (`git checkout -b feature/my-new-feature`)
- Commit your changes (`git commit -am '[feature_context] Add some feature'`)
- Push to the branch (`git push origin feature/my-new-feature`)
- Create new Pull Request
## License
Released under MIT License.
## Authors
[Rustam Ibragimov](https://github.com/0exp)