Skip to content

Database & Storage

Deethya Janjanam edited this page May 12, 2026 · 2 revisions

Service Used:

SQLite (via Prisma ORM) and File System Storage.

Implementation:

server/utils/file-upload.ts and prisma/schema.

Usage:

  • Relational Data: Stores all user profiles, clinical notes, and audit logs.
  • File Storage: Manages PDF uploads for Physician Statements and ROI forms, as well as digital signature images.

Clone this wiki locally