package
0.0.0-20200318030619-7b85739c12b0
Repository: https://github.com/xoreo/meros.git
Documentation: pkg.go.dev

# Functions

IDFromString returns an ID given a string.
Open opens the database for reading and writing.

# Constants

FILEDB the marker for a file database.
NSHARDDB is the marker for the node's shard database.

# Structs

Database implements a general database that holds various data within meros.

# Type aliases

DBType represents the type of database of the instance, either a node's shard database or the main file database.
ID represents a hash for the keys in the database.