- UUID for Primary Keys: Ensures global uniqueness and better security than standard integers.
- JSONB Integration: Used for AI feedback and resume parsing for high flexibility.
- Relational Integrity: Uses Foreign Keys to link Users, Resumes, and Companies.
- Install PostgreSQL.
- Run
psql -U postgres -f schema.sql. - Run
psql -U postgres -f seed.sqlto add dummy Indian user data.