MDB_SUCCESS top-level constant

int const MDB_SUCCESS

MDB_SUCCESS: Operation completed successfully. Return code: 0

Implementation

const MDB_SUCCESS = bindings.MDB_SUCCESS;