Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpep/duckdb-go-experiments
https://github.com/rpep/duckdb-go-experiments
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rpep/duckdb-go-experiments
- Owner: rpep
- Created: 2024-04-26T11:03:24.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T16:15:57.000Z (7 months ago)
- Last Synced: 2024-04-27T12:25:17.619Z (6 months ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# duckdb-go-experiments
This repository contains examples of using DuckDB from Go. There are currently two examples:
* Setting up a simple database in `cmd/basic`
* Setting up a basic set of analytics in `cmd/statistics` and comparing the performance of this to native Go code.