An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# click_home · [![Gem Version](https://badge.fury.io/rb/click_home.svg)](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)