PostgreSQL
Relationships and Constraints
Normalization
Joins
JDBC
SQL Injection2
IoC & DI
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Setup
- Recap: what trainees already know (tables, rows, columns, primary keys, basic SQL, SQLite)
- SQLite vs PostgreSQL — when to use which (embedded vs client-server)
- Why PostgreSQL for production: concurrency, data integrity, extensibility
- Installing and connecting to PostgreSQL (via a local Docker container)
- PostgreSQL-specific data types:
VARCHAR vs TEXT, SERIAL, TIMESTAMP, UUID
- Using a GUI tool (e.g., pgAdmin, DBeaver) - Prefer the same tool as in the core program.
- Running queries from the CLI (
psql)
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.