camper/pkg
jordi fita mas 9fccd5f81d Acquire the database connection in App.ServeHTTP with cookie set
Almost all request will need the database connection, either because
they will perform queries or because they need to check if the user is
logged in, for instance, so it should be acquired as far above as
possible to avoid acquiring multiple connections.

This is specially true since i have to pass the cookie to the database
to switch role and set request.user.email and request.user.cookie
config variables.  I do not want to do that many times per request.
2023-07-26 00:48:58 +02:00
..
app Acquire the database connection in App.ServeHTTP with cookie set 2023-07-26 00:48:58 +02:00
database Acquire the database connection in App.ServeHTTP with cookie set 2023-07-26 00:48:58 +02:00
form Convert the login variables to a struct with parsing and validation 2023-07-24 17:17:15 +02:00
http Add the skeleton of the web application 2023-07-23 00:11:00 +02:00
locale Add Gettext and GettextNoop to locale 2023-07-24 17:09:43 +02:00
template Add the skeleton of the web application 2023-07-23 00:11:00 +02:00