Module adapter

Module adapter 

Source
Expand description

§PostgreSQL Adapter

Adapter implementation that wraps PostgreSQL user/database management functions and implements the DatabaseProvider port trait from lmrc-ports.

This adapter allows PostgreSQL to be used interchangeably with other database providers in the LMRC Stack hexagonal architecture.

Structs§

PostgresAdapter
PostgreSQL adapter implementing the DatabaseProvider port