Skip to main content

3 docs tagged with "database"

View all tags

Data model

All Helix tables live in the main Hub database, modelled as dare ORM models in api/db/models/ (camelCase file names, e.g. helixMeeting.js, mapping to snakecase tables, e.g. helixmeeting). These model files are the authoritative schema reference for the helix_* tables.