neo4j_config_set_password

Set the password in the neo4j client configuration.

@param config The neo4j client configuration to update. @param password The password to authenticate with. The string will be duplicated, and thus may point to temporary memory. @return 0 on success, or -1 on error (errno will be set).

extern (C)
int
neo4j_config_set_password

Meta