Kùzu C API
|
kuzu_connection is used to interact with a Database instance. Each connection is thread-safe. Multiple connections can connect to the same Database instance in a multi-threaded environment. More...
#include <kuzu.h>
Data Fields | |
void * | _connection |
kuzu_connection is used to interact with a Database instance. Each connection is thread-safe. Multiple connections can connect to the same Database instance in a multi-threaded environment.
void* kuzu_connection::_connection |