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.
- Terminated
Container - Represents information about a terminated container.
Enums§
- Container
Kind - Represents a kind of container.
- Error
- Represents a database error.
Traits§
- Database
- An abstraction for the planetary database.
Type Aliases§
- Database
Result - The result type for database operations.