Skip to content

traildb/traildb-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrailDB C++ bindings

TrailDB logo

A simple c++ wrapper for traildb C API TrailDB.

How to build

You need to install traildb -- Follow the instructions.

Build test code

There is a test program that shows basic usage of the c++ API. To build it, simple run:

$ make all

(Optionally, you can install the header files to /usr/local/include to be used with traildb-r, e.g.)

$ make install  #may need sudo

Afterwards, you can run:

$ create_tdb 

This will create a simple traildb file and loop over the trails.

Releases

No releases published

Packages

No packages published