View Source Ecto.Adapters.ClickHouse (Chto v0.1.4)
Adapter module for ClickHouse.
It uses Ch for communicating to the database.
features
Features
- Full query support (including joins, preloads and associations)
- Support for data migrations
- Support for ecto.create and ecto.drop operations
options
Options
All options can be given via the repository configuration:
config :your_app, YourApp.Repo,
...:hostname- Server hostname (default:"localhost"):username- Username:password- User password:port- HTTP Server port (default:8123):scheme- HTTP scheme (default:"http"):database- the database to connect to (default:"default"):settings- Keyword list of connection settings