lbug 0.16.0

An in-process property graph database management system built for query speed and scalability
Documentation
1
2
3
4
5
6
7
8
9
add_library(lbug_storage_local_storage
        OBJECT
        local_node_table.cpp
        local_rel_table.cpp
        local_storage.cpp)

set(ALL_OBJECT_FILES
        ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:lbug_storage_local_storage>
        PARENT_SCOPE)