Add defaults option to route
The defaults parameter of werkzeug.routing.Rule [1] may be useful when designing an API without having the database name in the path or as parameter.
For example, we could want to set a default database in the configuration.
[1] https://werkzeug.palletsprojects.com/en/1.0.x/routing/#werkzeug.routing.Rule