docfast/src
DocFast Bot e9d16bf2a3 Migrate from JSON to PostgreSQL, update SLA to 99.5%
- Replace JSON file storage with PostgreSQL (pg package)
- Add db.ts service for connection pool and schema init
- Rewrite keys.ts, verification.ts, usage.ts for async PostgreSQL
- Update all routes for async function signatures
- Add migration script (scripts/migrate-to-postgres.mjs)
- Update docker-compose.yml with DATABASE_* env vars
- Change SLA from 99.9% to 99.5% in landing page
2026-02-15 10:18:25 +00:00
..
__tests__ Add landing page, tests, Docker deployment, nginx config 2026-02-14 13:01:07 +00:00
middleware Migrate from JSON to PostgreSQL, update SLA to 99.5% 2026-02-15 10:18:25 +00:00
routes Migrate from JSON to PostgreSQL, update SLA to 99.5% 2026-02-15 10:18:25 +00:00
services Migrate from JSON to PostgreSQL, update SLA to 99.5% 2026-02-15 10:18:25 +00:00
index.ts Migrate from JSON to PostgreSQL, update SLA to 99.5% 2026-02-15 10:18:25 +00:00