graphdb

package
v1.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2025 License: MIT Imports: 2 Imported by: 0

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).

func NewClient

func NewClient(namespaceID uint64, graphIndexDir string) *Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL