Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
NamespaceID uint64 // namespace ID (currently only project namespace ID)
GraphIndexDir string // top-level directory
DbPath string // kuzu database file path
}
A Client represents basic information about graph DB for a specific namespace (base index directory, directory with database and metadata files for the namespace).
Click to show internal directories.
Click to hide internal directories.