Is my setup robust for Quant calculation engine, and should I use SQLAlchemy 2.0, or an alternative?
Summary The current setup for the FastAPI application, which serves as a core engine for a derivative trading and quant operations system, uses a relational database (e.g., PostgreSQL or MySQL) with SQLAlchemy for ORM and DB access. The application utilizes session-based DB interaction per request and has logging enabled for queries and application events. The … Read more