---
title: Database
type: concept
created: 2026-05-03
updated: 2026-05-03
sources:
  - raw/database.md
summary: PostgreSQL 15 primary store with users, sessions, orders, audit_log tables; read replicas serve heavy reporting queries.
tags:
  - database
  - postgresql
  - read-replica
  - schema
  - audit-log
---

# Database

Primary store is PostgreSQL 15. Tables include users, sessions, orders, and audit_log. Read replicas serve heavy reporting queries.
