You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			301 B
		
	
	
	
		
			Python
		
	
			
		
		
	
	
			12 lines
		
	
	
		
			301 B
		
	
	
	
		
			Python
		
	
"""
 | 
						|
Steve L. Nyemba, nyemba@gmail.com
 | 
						|
This namespace implements support for cloud databases couchdb,mongodb, cloudant ...
 | 
						|
"""
 | 
						|
# from transport.nosql import couchdb
 | 
						|
# from transport.nosql import mongodb
 | 
						|
from . import mongodb
 | 
						|
from . import couchdb
 | 
						|
# import mongodb 
 | 
						|
# import couchdb 
 | 
						|
 | 
						|
cloudant = couchdb |