Yes, Tornado gells well with many databases like mysql, sqlite and mongodb. Below is an example of database connectivity and interaction with MongoDB from Tornado. In this example, the user or client connects MongoDB database : library and collection: articles )with HTTP requests. get() - displays the records of mongodb collection with article id post() … Continue reading Tornado – MongoDB