Expand description
TODO(ppiotr3k): write crate documentation
Structs§
- SQLHandler
Config - A prioritized configuration repository. It maintains a set of configuration sources, fetches values to populate those, and provides them according to the source’s priority.
Traits§
- SQLMessage
- A supertrait to abstract frontend and backend SQL Messages.
- SQLMessage
Handler - A trait defining an interface for handling
SQLMessage
s.