Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C examples updates needed #5101

Open
mahlonsmith opened this issue Mar 24, 2025 · 0 comments
Open

C examples updates needed #5101

mahlonsmith opened this issue Mar 24, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@mahlonsmith
Copy link

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

@mahlonsmith mahlonsmith added the documentation Improvements or additions to documentation label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant