Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterfarber/ao-duckdb


https://github.com/peterfarber/ao-duckdb

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# AO-DuckDB

## Building
```sh
git submodule update --init --recursive
./build.sh
```

## Testing
```sh
cd tests
yarn
yarn test
```