Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfarber/ao-duckdb
https://github.com/peterfarber/ao-duckdb
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peterfarber/ao-duckdb
- Owner: PeterFarber
- Created: 2024-08-14T13:26:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T20:18:40.000Z (5 months ago)
- Last Synced: 2024-08-14T22:21:03.837Z (5 months ago)
- Language: CMake
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AO-DuckDB
## Building
```sh
git submodule update --init --recursive
./build.sh
```## Testing
```sh
cd tests
yarn
yarn test
```