Add .env and .env.local loading with InitEnv() helper that reads
environment variables from config files without overwriting existing
values.
Refactor SQL queries to use parameterized arguments instead of
string formatting for LIMIT/OFFSET clauses, improving query security
and preventing SQL injection vulnerabilities.
Clean up unnecessary rows.Close() calls and simplify error handling
in database query functions.