2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/guix-data-service/web
Christopher Baines aad2c9d9e8 Extract the database connection handling from the server
Previously, one of the first things that happened when responding to a request
was a database connection was made, even when serving the CSS. This is
unnecessary, so move the database connection handling in to the controller.

Also, to allow for separating it out from the assets, separate the assets out
from the parts of the controller that require a database connection.
2019-06-06 20:43:54 +01:00
..
view Extract the database connection handling from the server 2019-06-06 20:43:54 +01:00
controller.scm Extract the database connection handling from the server 2019-06-06 20:43:54 +01:00
query-parameters.scm Fix #:no-default-when in the query-parameters module 2019-05-20 08:22:41 +01:00
render.scm Extract the database connection handling from the server 2019-06-06 20:43:54 +01:00
server.scm Extract the database connection handling from the server 2019-06-06 20:43:54 +01:00
sxml.scm Initial commit 2019-02-07 22:26:57 +00:00
util.scm Fix extension handling a bit more 2019-05-12 09:32:58 +01:00