Dev Docs
Developer reference pages for Nexus internals, schema, and module boundaries.
Database Schema
Nexus is moving from a single public schema toward multiple PostgreSQL schemas. The first extracted namespace is platform, which backs the System module with users, tenants, auth tokens, sessions, preferences, and group-based authorization.
- Full schema snapshot: Database Schema Snapshot
- System account schema: System Users
- System tenancy schema: System Tenants
- Projects schema: Projects
- Education records: Education Records
- Assets schema: Assets
- Census schema: Census
- Configurations schema: Configurations
- Locations schema: Locations
Notes
The focused schema pages are aligned to recent Alembic migrations and module boundaries. Use the full snapshot page when you need an exhaustive, table-by-table view.