Empty DB store. Used to allow us to always assume that we have a ClientDB and avoid constant null checking. Just act as if nothing is ever stored. Alternately we could implement a map style version with something like: Map>> stores; which would give us some gears-like functionality on non-gears supporting platforms, though it wouldn't save anything between browser sessions.
@author Jeff Dwyer
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.