https://github.com/auxten/clink-core
Column Oriented In-Memory Engine
https://github.com/auxten/clink-core
Last synced: 4 months ago
JSON representation
Column Oriented In-Memory Engine
- Host: GitHub
- URL: https://github.com/auxten/clink-core
- Owner: auxten
- License: mit
- Created: 2021-02-08T05:25:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T05:04:05.000Z (about 4 years ago)
- Last Synced: 2025-01-09T07:29:50.388Z (5 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuckDB engine of Clink
Currently, you must compile DuckDB manually.
## How to use
1. Compile DuckDB manually. v0.2.6 is tested
2. Modify the LDFLAGS in [duckdb.go](duckdb.go)
3. Try `cd examples && go run .`