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.
10 lines
265 B
Python
10 lines
265 B
Python
8 months ago
|
"""
|
||
|
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
|
||
|
|
||
|
cloudant = couchdb
|