It is possible to adapt Kodo to access a non-relational datastore
		by creating an implementation of the 
		kodo.kernel.StoreManager interface. Kodo
		provides an abstract StoreManager implementation to 
		facilitate this process. See the kodo.abstractstore 
		package Javadoc for 
		details.  
		
		Additionally, see Section 1.3.11, “XML Store Manager” 
		for an example of how to extend this abstract store manager.
		
		
|    |