Skip to content

grantjenks/duckdb

 
 

Repository files navigation

.github/workflows/main.yml CodeFactor Coverage Status DOI

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.7%
  • C 3.1%
  • JavaScript 1.2%
  • Python 0.4%
  • Java 0.3%
  • CMake 0.2%
  • Other 0.1%