pinger_bot.models#
DB models for the project.
Module Contents#
Classes#
Attributes#
- class Ping[source]#
Bases:
BaseRepresents a single ping record in DB.
- time: datetime.datetime[source]#
Time of the ping. Default to current time.
- __table_args__ = ()[source]#
Define Foreign Key Constraint to associate
pb_pings.hostandpb_pings.porttopb_pings.hostandpb_pings.port.