Skip to content
/ duckdb Public
forked from duckdb/duckdb

DuckDB is an in-process SQL OLAP Database Management System

License

Notifications You must be signed in to change notification settings

pkit/duckdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.github/workflows/main.yml CodeFactor codecov

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.8%
  • C 3.1%
  • JavaScript 1.0%
  • Python 0.5%
  • Java 0.3%
  • CMake 0.2%
  • Other 0.1%