home / docs / sections

sections: internals:datasette-resolve-database

This data as json

id page ref title content breadcrumbs references
internals:datasette-resolve-database internals datasette-resolve-database .resolve_database(request) request - Request object A request object If you are implementing your own custom views, you may need to resolve the database that the user is requesting based on a URL path. If the regular expression for your route declares a database named group, you can use this method to resolve the database object. This returns a Database instance. If the database cannot be found, it raises a datasette.utils.asgi.DatabaseNotFound exception - which is a subclass of datasette.utils.asgi.NotFound with a .database_name attribute set to the name of the database that was requested. ["Internals for plugins", "Datasette class"] []
Powered by Datasette · Queries took 1.36ms