# Interfaces
Database interface for Badger DB.
GarbageCollector is an interface implemented by storage engines which demand garbage collection.
Reader is a read-only accessor to the database.
No description provided by the author
ReadWrite is a read-write accessor to the database.
Txn is a read-write transaction.