Skip to content

Commit 6d9a7d4

Browse files
committed
Add arch diagram
1 parent f29337c commit 6d9a7d4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ A .NET Core binding for [chdb](https://doc.chdb.io) library.
77
![NuGet Version](https://img.shields.io/nuget/vpre/chdb)
88
![NuGet Downloads](https://img.shields.io/nuget/dt/chdb)
99

10+
### Architecture
11+
12+
<div align="center">
13+
<img src="https://github.com/chdb-io/chdb-dotnet/raw/main/chdb-dotnet.png" width="450">
14+
</div>
15+
1016
### Usage
1117

1218
Running on platforms: linux, osx, windows, and architectures: x64, arm64.
@@ -102,7 +108,7 @@ chdb "select * from system.formats where is_output = 1" PrettyCompact
102108
# Build
103109

104110
```bash
105-
./update_libchdb.sh [v1.2.1]
111+
./update_libchdb.sh [v2.1.1]
106112
cp libchdb.so src/chdb/
107113
dotnet build -c Release
108114
dotnet test -c Release
@@ -115,3 +121,4 @@ chdb --version
115121
## Authors
116122

117123
* [Andreas Vilinski](https://github.com/vilinski)
124+
* [Auxten](https://github.com/auxten)

chdb-dotnet.png

87 KB
Loading

0 commit comments

Comments
 (0)