salt.modules.inspectlib.dbhandle.
DBHandleBase
(path)¶Handle for the volatile database, which serves the purpose of caching the inspected data. This database can be destroyed or corrupted, so it should be simply re-created from scratch.
__getattr__
(item)¶Proxy methods from the Database instance.
Parameters: | item -- |
---|---|
Returns: |
close
()¶Close the database connection.
flush
(table)¶Flush the table.
open
(new=False)¶Init the database, if required.
purge
()¶Purge whole database.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.0
salt.modules.inspectlib.collector module