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

db_list(db)

List available cells in the database and print them to the console.

db_show(db, cell_id)

Show details of a specific cell by its identifier.

with_db(fun)

Decorate functions that require an initialzed database.