Module backend

Module backend 

Source
Expand description

Types for the implementation of database backends.

Traits§

Backend
A supported database backend that depends on a series of entries.
BackendEntry
A database entry, or something that can be stored and retrieved from a database.
BackendFactory
A backend ‘factory’ that acts as a constructor for backends.