DuckDB is an in-process, MIT-licensed analytical SQL database with no external dependencies. It runs as a library embedded in the host application (CLI, Python, Node.js, R, Java/JDBC, Go, Wasm, etc.) and does not expose a network REST API. -
View it on GitHub