Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilinski/chdb
https://github.com/vilinski/chdb
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vilinski/chdb
- Owner: vilinski
- License: apache-2.0
- Created: 2024-02-01T09:16:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T23:32:38.000Z (9 months ago)
- Last Synced: 2024-11-02T21:09:39.904Z (14 days ago)
- Language: C#
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chdb
[![Build Status](https://dev.azure.com/ChDB/ChDB/_apis/build/status/ChDB.chdb?branchName=master)](https://dev.azure.com/ChDB/ChDB/_build/latest?definitionId=1&branchName=master)
[![NuGet](https://img.shields.io/nuget/v/ChDB.svg)](https://www.nuget.org/packages/ChDB/)
[![NuGet](https://img.shields.io/nuget/dt/ChDB.svg)](https://www.nuget.org/packages/ChDB/)
[![License](https://img.shields.io/github/license/ChDB/chdb.svg)](https://github.com/chdb-io/chdb-dotnet/blob/main/LICENSE)> NOTE: ❗❗❗ this repository is obsolete. Code and further development is moved to [chdb-io/chdb-dotnet](https://github.com/chdb-io/chdb-dotnet)
.NET Core binding for the awesome [ChDB](https://doc.chdb.io) library.
`chdb-tool` is a dotnet tool for [ChDB](https://doc.chdb.io) library.
Actually you better just install clickhouse client and run `clickhouse local`## Installation
```bash
dotnet tool install -g chdb-tool
```## Usage
```bash
chdb --help
chdb --version
chdb "select version()"
chdb "select * from system.formats where is_output = 1" PrettyCompact
```## Authors
* [Andreas Vilinski](https://github.com/vilinski)