class Clickhouse::Client

Defined in:

clickhouse/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(opts : Hash(String, String) = OptionType.new) #

[View source]

Instance Method Detail

def get_database #

[View source]
def get_host #

[View source]
def get_port #

[View source]
def insert!(table : String, columns : Array(String), data : Array(Array(String))) #

[View source]
def query(query_str : String, opts = OptionType.new) #

[View source]