Module startup

Source
Expand description

Contains code neccessary to bootstrap the application and run the server.

Structs§

Application
Represents the server application.

Functions§

get_connection_pool
Given a configuration, returns a pool of Postgres database connections.