Expand description
Types for the implementation of database backends.
Traits§
- Backend
- A supported database backend that depends on a series of entries.
- Backend
Entry - A database entry, or something that can be stored and retrieved from a database.
- Backend
Factory - A backend ‘factory’ that acts as a constructor for backends.