Crate planetary_db

Crate planetary_db 

Source
Expand description

Implementation of database support for Planetary.

Modules§

postgres
Implementation of a TES database using PostgreSQL.

Macros§

format_log_message
Formats a log message by including a time stamp.

Structs§

TaskIo
Represents information about a task’s inputs and outputs.
TerminatedContainer
Represents information about a terminated container.

Enums§

ContainerKind
Represents a kind of container.
Error
Represents a database error.

Traits§

Database
An abstraction for the planetary database.

Type Aliases§

DatabaseResult
The result type for database operations.