Close the DB?

Using the MysQL Plugin.

Is it necessary to call “Close” on the DB in session.close?

Or will the plugin simply handle it?

Or will Mysql simply time out at some point?

the App will auto close all the connections (or attempt to). If you have long running task you will want to make sure to have it completed before trying to manually or letting the app close the connection.