# Functions
ConvertIDtoFileName converts a ID string into a filename string by replacing several characters.
NewBoltMetaDB creates a new BoltMetaDB object, to load or create a new boltDB on disk.
NewMemoryMetaDB creates a new MemoryMetaDB object.
# Structs
BoltMetaDB is a single boltDB with multiple internal "buckets" for each URL (like tables).
No description provided by the author
# Interfaces
No description provided by the author