libgs.database¶
| date: | Fri Jan 12 13:47:56 2018 |
|---|---|
| author: | Kjetil Wormnes |
Module for manipulation of the libgs databases.
Functions
tfilterstr2query(filters) |
Convert a timestamp filter string into a well formated where query. |
Classes
CommsLog([db, binary_fmt, disk_path]) |
Database class for storing communications with the satellite. |
Database([db, binary_fmt, get_from_disk, …]) |
Class for low-level database access. |
KVDb(db, table[, ncols, ntypes]) |
Generic Key-Value database with optional “standard” fields (columns). |
MonitorDb([db, binary_fmt, disk_threshold, …]) |
Monitor database interface class |
PassDb([db, binary_fmt, disk_threshold, …]) |
Interface class to Pass Information Database. |