Module connection

Source
Expand description

Utilities to set up the initial connection to the database.

Functions§

init_pool
Creates an initialized pool connecting to the database.

Type Aliases§

Pool
Type renaming of deadpool::Pool using AsyncPgConnection