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
10
add_library(lbug_binder_bind_read
        OBJECT
        bind_in_query_call.cpp
        bind_load_from.cpp
        bind_match.cpp
        bind_unwind.cpp)

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