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/quacknpx andreitere/quack --openquack [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:)--openOpen browser automatically-h, --helpDisplay help message
Run on a custom port:
quack --port 3001 --open