Retrieves detailed information about a specific project from the database.
Value
A single-row data frame containing project information with columns:
- id
Unique project identifier
- name
Project name
- table
Name of the task table for this project
- status
Logical indicating if project is running (TRUE) or stopped (FALSE)
- memory
Memory requirement in GB for tasks
Stops with an error if the project is not found.