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

[geoip2-golang]: expose maxminddb reader #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tehnerd
Copy link

@tehnerd tehnerd commented Sep 12, 2024

sometimes it is usefull to have an access to raw maxminddb reader ( e.g. to use Networks feature; to iterate over db and build a reverse one ("show me all ips which belongs to XXx")). it feels like adding such feature to raw geoip library is to increase a complexity for not so common usecase; hence just exposing Reader on demand and allow for ppl who needs it to use it directly is cleaner method as for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant