-
Notifications
You must be signed in to change notification settings - Fork 1
Database and API
Alex Secor edited this page Dec 5, 2025
·
1 revision
This page documents the database schema and external API integrations.
- id
- username
- password_hash
- created_at
- id
- name
- lat
- lon
- description
- created_by
- id
- user_id
- location_id
- rating
- comment
- created_at
- id
- user_id
- review_id
- content
- created_at
Foreign keys enforce relational integrity and cascade deletes.
Used for:
- Geocoding
- Forward/Reverse address lookup
- Search queries
Used for:
- Map rendering
- Marker generation
- Displaying user-submitted locations