5.3.1.7.1. cli.cmd_db.db_impl
Implementations backing the db command.
This module provides thin wrappers around foxbms.db.FoxDB for listing
and displaying cells via console output.
- Functions:
- db_list(root)
List all cells in the database and print their identifiers.
- db_show(root, cell_id)
Print the dataclass representation of the selected cell, if present.
Functions
|
List available cells in the database and print them to the console. |
|
Show details of a specific cell by its identifier. |
|
Decorate functions that require an initialzed database. |