DEV Community

Cover image for One Minute: DuckDB
Christian Himpe
Christian Himpe

Posted on

One Minute: DuckDB

DuckDB is an open-source, in-memory, column-oriented relational database management system inspired by SQLite.

Data Model: Relational
Interfaces: C, C++, Go, Java, Julia, Node, Python, R, Rust, Swift, WASM, ADBC, ODBC
Query Language: SQL super-set
Features: Console, ACID
Programming Language: C++
License: MIT

Website: https://duckdb.org
Documentation: https://duckdb.org/docs
Repository: https://github.com/duckdb/duckdb
Mastodon: https://mastodon.social/@duckdb
Twitter: https://twitter.com/duckdb

Database of Databases: https://dbdb.io/db/duckdb
DB-Engines: https://db-engines.com/en/system/DuckDB

Top comments (0)