GoKV is a package which implements a unified interface for various Golang based key/value stores. Current drivers include: AppEngine datastore BoltDB DiskV LevelDB More drivers are most welcome! Just make sure they meet at least the "kv".Store interface and are unit tested.