Categorygithub.com/maxmind/mmdbwriter
modulepackage
1.0.0
Repository: https://github.com/maxmind/mmdbwriter.git
Documentation: pkg.go.dev

# README

Go MaxMind DB Writer

Go Reference

This is a Go writer for the MaxMind DB format.

This is still a work in progress and does not support all of the features of the Perl writer. The API is subject to change.

Examples

See the examples folder for examples of how to use this library or our blog post, Enriching MMDB files with your own data using Go.

Copyright and License

This software is Copyright (c) 2020 by MaxMind, Inc.

This is free software, licensed under the Apache License, Version 2.0 or the MIT License, at your option.

# Packages

No description provided by the author
Package inserter provides some common inserter functions for mmdbwriter.Tree.
Package mmdbtype provides types used within the MaxMind DB format.

# Functions

Load an existing database into the writer.
New creates a new Tree.

# Structs

Options holds configuration parameters for the writer.
Tree represents an MaxMind DB search tree.