arpitbbhayani / treeline-expts

Experiments with TreeLine database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TreeLine Experiments

A simple repository that gets you started with TreeLine.

Run the following commands for a simple TreeLine based Hello, World! example.

Building the binary

cmake -B build
cmake --build build

The successful completion of the above command will build a binary in the build folder with the name tl.

Executing the binary

Executing the binary by running the following command will create a folder tdb in the current directory which is an instance of the TreeLine database.

./build/tl

About

Experiments with TreeLine database


Languages

Language:CMake 74.4%Language:C++ 25.6%