DB Debug

DB: C:\python project\888\live_crash.db

Tables:
- crash_rounds (rows=37)
  columns: id, round_id, date, start_time, end_time, multiplier, gap_seconds, created_at
- live_events (rows=984)
  columns: id, frame_no, time_epoch, time_local, round_id, kind, tcp_stream, src, dst, fin, pmc, mask, payload_length, data_hex, decoded_json, created_at
- live_rounds (rows=307)
  columns: id, round_id, date, start_time, end_time, multiplier, gap, created_at
- sqlite_sequence (rows=3)
  columns: name, seq