lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Lightweight interface for ClickHouse

Results 5 lighthouse issues
Sort by recently updated
recently updated
newest added

I needed it same as man from #4 :)

If I type `https://play.clickhouse.com/` for host, it shows cryptic error. It does not ask for user name. If I type `https://play.clickhouse.com/?user=play` it also shows a cryptic error.

I have this structure: ```sql create table pinba.requests ( ..., `tags.name` Array(String), `tags.value` Array(String), `timers.hitCount` Array(UInt32), `timers.value` Array(Float32), `timers.tagName` Array(Array(String)), `timers.tagValue` Array(Array(String)), ) ``` And I don't see my data:...

Can you create docker image for lighthouse? Its will be very comfortable for use

+ write current DB to localstorage so it is not requested every time + write every host to localstorage and add so you can change them through interface