Skip to content
New issue

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

Querying for different types in key/value pair #4

Closed
Thazz opened this issue Nov 12, 2015 · 1 comment
Closed

Querying for different types in key/value pair #4

Thazz opened this issue Nov 12, 2015 · 1 comment
Assignees

Comments

@Thazz
Copy link

Thazz commented Nov 12, 2015

In my case, I'm storing key/value pairs as int/string.

The problem arises when I wan't to check if given pair exists in database. Currently I'm only able to check if given key exists via lmdb::cursor::find. Is it somehow possible to do this for key/value pair?

@artob artob self-assigned this Nov 12, 2015
@artob
Copy link
Member

artob commented Nov 21, 2015

This question would be best addressed to the LMDB mailing list. The lmdb++ project only provides a C++ binding to the underlying C API from LMDB, so any semantics the underlying library provides will be passed through as-is.

@artob artob closed this as completed Nov 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants