We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
as an example, vs
(Lots of other calls, same deal.)
Link
No response
The text was updated successfully, but these errors were encountered: