Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpep/duckdb-go-experiments


https://github.com/rpep/duckdb-go-experiments

Last synced: 27 days ago
JSON representation

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.