DuckDB
DuckDB is an in-process SQL OLAP database management system designed to be embedded in applications and analytics workflows. It runs inside the host process as a library or a single-file binary, so there is no separate database server to manage. DuckDB uses a columnar storage layout and vectorized execution to accelerate analytical queries and provides ACID-compliant transactions with support for standard SQL.
The architecture emphasizes analytical performance and ease of integration. It features a columnar storage engine with
DuckDB offers broad language and ecosystem bindings to facilitate use in data science and applications. It
Open source and licensing information. DuckDB is released under an open-source license (MIT) and has been developed