MDB_NOTFOUND top-level constant

int const MDB_NOTFOUND

MDB_NOTFOUND: Key/data pair not found (EOF). Occurs when:

  • Reading a non-existent key
  • Cursor operation reaches end of data

Implementation

const MDB_NOTFOUND = bindings.MDB_NOTFOUND;