This document outlines the initial database entities for the MVP. The model is intentionally simple and relational.
- id
- githubId
- username
- name
- avatarUrl
- createdAt
- id
- githubRepoId
- name
- description
- primaryLanguage
- stars
- userId
- id
- githubCommitSha
- message
- committedAt
- repositoryId
- userId
- lastSyncedAt
- status