#23717 Investigating P3 comp/agent

RFC: Pluggable SessionDB Provider — PostgreSQL, MySQL, and Beyond

This RFC proposes a pluggable SessionDB backend (e.g. PostgreSQL, MySQL) to replace Hermes's current shared SQLite state.db, which is prone to lock contention and corruption when multiple processes run concurrently with hot updates.