marcelnicolay / mongotor

An asynchronous driver and toolkit for accessing MongoDB in Tornado
Other
57 stars 16 forks source link

Connecting to multiple databases #26

Open tahajahangir opened 11 years ago

tahajahangir commented 11 years ago

It seems Database has singleton pattern, and only one database can exists at a time.

But, how we can connect to two different database (suppose on one server)?