Kùzu C API
Loading...
Searching...
No Matches
kuzu_connection Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ _connection

void* kuzu_connection::_connection

The documentation for this struct was generated from the following file: