Build data user interfaces entirely in SQL. A web server that takes .sql files and formats the query result using pre-made configurable professional-looking components.
usecrate::webserver::http_request_info::RequestInfo;/// Returns the path component of the URL of the current request.
pub(super) async fnpath(request:&RequestInfo)->&str{&request.path
}