The repository currently uses SQLite via the sqlite3 module. To add Postgres support, investigate the current database abstraction layer in the codebase (likely in db.py or similar). Determine if an ORM like SQLAlchemy is suitable or if a lightweight adapter is preferred. Review any existing tests for database interactions and plan to add Postgres specific connection handling and schema adjustments.
Postgres Support · dropbox/securitybot#13 | Good First Issue