Skip to content

Dev Notes

Ding YuChen edited this page May 24, 2021 · 2 revisions

Some notes for developing and extending microbat.

Database Schema

Run

A row in Run denotes a single recording of a program execution. We use Run to group and associate the traces to their relevant programs.

Attributes

  1. project_name
  2. project_version
  3. launch_class
  4. launch_method
  5. created_at
Clone this wiki locally