pyrogue.interfaces.SqlReader

For conceptual usage, see:

class pyrogue.interfaces.SqlReader(url)[source]

Read variable and syslog data from a SQL database.

Parameters:

url (str) – SQLAlchemy database URL.

__init__(url)[source]
Parameters:

url (str)

Return type:

None

getSyslog()[source]

Fetch and print all syslog entries.

Return type:

None

getVariable()[source]

Fetch and print all variable entries.

Return type:

None