chdb-server-bak icon indicating copy to clipboard operation
chdb-server-bak copied to clipboard

API Server for chDB, an in-process SQL OLAP Engine powered by ClickHouse

Results 3 chdb-server-bak issues
Sort by recently updated
recently updated
newest added

This community repository contains my own work and was hosted on my personal github and not part of chdb or its codebase. I was convinced to host this (and other)...

``` $ curl -vv -X POST http://a:b@localhost:8123 --data 'CREATE DATABASE test'; $ cat Content-Length: 162 > Content-Type: application/x-www-form-urlencoded > < HTTP/1.1 200 OK < Server: Werkzeug/3.0.1 Python/3.8.10 < Date: Fri,...

enhancement