A lightweight Express-based wrapper for DuckDB that brings Quackbook to your local environment.
- REST API for DuckDB operations
- Support for both regular queries and streaming large datasets
- Local execution of Quackbook queries
npm install -g andreitere/quack
npx andreitere/quack --open
quack [options]
--port <number>
Port to run the server on (default: 3000)--host <string>
Host to bind the server to (default: localhost)--db <string>
DuckDB database path (default: :memory:)--open
Open browser automatically-h, --help
Display help message
Run on a custom port:
quack --port 3001 --open