Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

C examples updates needed #5101

@mahlonsmith

Description

@mahlonsmith

Description

The C examples, such as on the Getting Started page, seem to reference an old API where various calls return values instead of KuzuSuccess/KuzuError:

kuzu_database *db = kuzu_database_init("test", config);

as an example, vs

kuzu_database db;
kuzu_database_init( ":memory:", config, &db );

(Lots of other calls, same deal.)

Link

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    good-warm-upGood warm up featuretype: docsImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions