I've made a webcontroller for reading records from a custom model, and I want to create a new DB for testing purposes, so I want to know if I can pass the DB as parameter in the route to do the request or if Odoo handle the DB internally using a configuration parameter/procedure.
Regards.