benwbooth / duckdb

DuckDB is an in-process SQL OLAP Database Management System

Home Page:http://www.duckdb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github/workflows/main.yml CodeFactor Coverage Status

Installation

If you just want to install and use DuckDB, please see our website for installation and usage instructions.

Development

For development, DuckDB requires CMake, Python3 and a C++11 compliant compiler. Run make in the root directory to compile the sources. For development, use make debug to build a non-optimized debug version. You should run make unit and make allunit to verify that your version works properly after making changes. To test performance, you can run several standard benchmarks from the root directory by executing ./build/release/benchmark/benchmark_runner.

Please also refer to our Contribution Guide.

About

DuckDB is an in-process SQL OLAP Database Management System

http://www.duckdb.org

License:MIT License


Languages

Language:C++ 94.9%Language:C 2.8%Language:JavaScript 1.1%Language:Python 0.5%Language:Java 0.3%Language:CMake 0.2%Language:R 0.1%Language:CSS 0.0%Language:HTML 0.0%Language:Makefile 0.0%Language:Shell 0.0%