Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jun 19, 2024
1 parent 146cff2 commit ddeb6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mdbx/cursor.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const (
Set = C.MDBX_SET // The specified key.
SetKey = C.MDBX_SET_KEY // Get key and data at the specified key.
SetRange = C.MDBX_SET_RANGE // The first key no less than the specified key.

LesserThan = C.MDBX_TO_KEY_LESSER_THAN
)

// The MDB_MULTIPLE and MDB_RESERVE flags are special and do not fit the
Expand Down

0 comments on commit ddeb6a8

Please sign in to comment.